Convert html mathjax to markdown with pandoc
问题 I have some html files including mathjax commands. I would like to translate it into php extra markdown using pandoc. The problem is that pandoc add "\" before all math commands. For example \begin{equation} \$ x\^2 etc Do you know how to avoid that with pandoc ? I think a related question is this one : How to convert HTML with mathjax into latex using pandoc? 回答1: You can write a short Haskell program unescape.hs: -- Disable backslash escaping of special characters when writing strings to