Closed Kzer-Za closed 5 years ago
The
$2 ...)
`"$
is getting parsed as inline math. If you don't need math you can simply disable this extension, using markdown-tex_math_dollars
. You can also escape the $
to prevent it.
Ah, sorry about it then.
I have the following markdown code:
Converting it to html with
pandoc tmp.md -o out.html
results in this code:The expected result was this:
Here is the warning and output produced by the command
pandoc tmp.md -o out.html
:My OS is Linux, Pandoc version is 2.7.3.