Open cuihtlauac opened 7 years ago
See also #336. It is a marked bug which is not resolved yet.
A workaround: https://github.com/anaderi/remark/commit/b0d04955.
But it works if you surround it with backticks. If you use the "(" format rather than "$" you can easily fix with a search and replace.
`$$F_n=F_{n-1}+F_{n-2}$$`
I can't understand, how to exactly apply work around?
This:
$$Fn=F{n-1}+F_{n-2}$$
fails to be displayed if added in the LaTex using MathJax exemple.