Underscores in successive inline math have prior highlighting effect.
For example: $x_p$ and $z_p$
Maybe line 41 of syntax/pandoc.vim should be:
syn match pandocPara /\(^\(=\|[-:#%>]\|\[.\{-}\]:\)\@!\(\S.*\)\n\)\(\(^[=-].*\n\)\|\(^[:].*\n\)\)\@!/ contains=pandocLatex,pandocEmphasis,pandocStrong,pandocNoFormatted,pandocSuperscript,pandocSubscript,pandocStrikeout,pandocLinkArea,pandocFootnoteID,@Spell,pandocPCite
Underscores in successive inline math have prior highlighting effect.
For example:
$x_p$ and $z_p$
Maybe line 41 of
syntax/pandoc.vim
should be: