markdown-preview-mode icon indicating copy to clipboard operation
markdown-preview-mode copied to clipboard

Mathjax

Open pjheslin opened this issue 1 year ago • 0 comments

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.

pjheslin avatar May 22 '23 10:05 pjheslin