vim-pandoc
vim-pandoc copied to clipboard
equalprg, tables and lists
Hi,
I try to use = on lists and tables and would like to know
- Is there a way to not indent tables (it indents it with 2 spaces)? It breaks vim-pandoc-syntax for that table for me.
- Is there a way to not insert 2 more spaces betwen dash and text?
-<space>list itembecomes-<space><space><space>list item
For numbered items there are no spaces inserted, just for bullets.
Thanks!
For your second point, it looks like this is Pandoc behaviour as intended, according to jgm/pandoc#3573.