markdown-preview-mode
markdown-preview-mode copied to clipboard
Mathjax
Thanks for this mode -- it's just what I needed! Two notes about getting it to work with Mathjax:
The cdn.mathjax.org
URL in the Readme is obsolete.
With a modern (version 3) Mathjax, I had to set this:
(setq markdown-preview-script-onupdate "MathJax.typeset()")
Without that, Mathjax will render with the preview first loads, but will revert to unrendered after the first update.