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?