Description
I'm a Humanities guy, never do math typesetting and disable math related Pandoc extensions in my pandoc wrapper script, and I guess I'm not the only one. When you don't do math blocks of text going Special because you type a $
or \(
is just plain annoying. I thought I could just set hi clear pandocLaTeXInlineMath
in after/syntax/pandoc.vim
, but the contained LaTeX higlighting, with the group texMathZoneV still makes the regions in question Special, and also clearing the texMathZoneV group doesn't have the desired effect. Setting pandocLaTeXInlineMath to Normal also is not quite what I want, since I still want emphasis etc. to be highlighted normally. Thus I wish there were an option variable (and whatever is needed to make it work) to turn off math highlighting inside Markdown, possibly either buffer locally or globally for those who only do math sometimes.