Closed dawsoneliasen closed 4 years ago
Concealing is handled by the vim-pandoc-syntax plugin. The docs are pretty good. You can put let g:pandoc#syntax#conceal#cchar_overrides = {'atx': '#'}
in your .vimrc
to keep the #
section symbol.
@BirgerNi Thank you very much! This should help a lot :)
For example, disabling the replacement of # with the section symbol.