vim-pandoc icon indicating copy to clipboard operation
vim-pandoc copied to clipboard

equalprg, tables and lists

Open habamax opened this issue 9 years ago • 1 comments

Hi, I try to use = on lists and tables and would like to know

  1. Is there a way to not indent tables (it indents it with 2 spaces)? It breaks vim-pandoc-syntax for that table for me.
  2. Is there a way to not insert 2 more spaces betwen dash and text? -<space>list item becomes -<space><space><space>list item

For numbered items there are no spaces inserted, just for bullets.

Thanks!

habamax avatar Sep 21 '16 11:09 habamax

For your second point, it looks like this is Pandoc behaviour as intended, according to jgm/pandoc#3573.

bewuethr avatar Apr 05 '20 04:04 bewuethr