Closed naught101 closed 10 years ago
The replacements in TeX equations are probably LaTeX suite fault, if you have that installed . We don't handle those conceals.
Disabling conceals is possible if using the backport-pandoc-syntax branch. You can do it for all conceals, by setting g:pandoc_use_conceal
to 0, or for specific rules with:
let g:pandoc_use_conceal_for_rules -= "block"
BTW, I had forgotten to update the branch with those changes, they should be available now.
Awesome, thanks!
For example, the replacement that happens in tex equations (\int becomes ∫), and the removal of asterisks that mark bold text? Basically, I just want a pandoc syntax highlighter, and none of the WYSIWYG features. Is this possible with vim-pandoc?