mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
9223788a05
We insert an HTML comment to avoid a `$` right before a digit, which pandoc will not recognize as a math delimiter.
82 B
82 B
% pandoc -f latex -t markdown
5\(-\)8 \(x\)
^D
5$-$`<!-- -->`{=html}8 $x$