Hi,

  one of the most difficult things for me in using pandoc is to learn extensions and remember their names.

I was wondering if it wouldn't be better to rename some of them differently. In particular it would be useful to reverse their names, for example:

+ simple_tables -> tables_simple
+ multiline_tables -> tables_multiline
+ grid_tables -> tables_grid
+ pipe_tables -> tables_pipe

so for example, the output of `pandoc --list-extensions=markdown` would be

```
[OMISSIS]
+table_captions
+tables_multiline
+tables_pipe
+tables_simple
[OMISSIS]
```

and so on for many other. I know this may break things in scripts, but it would simplify the use of extensions a lot in my opinion.

Thanks,
Luca

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/3a26c3b6-3557-4b2b-a8da-21b9c39fa3c9n%40googlegroups.com.