Get the latest tech news
Offline Math: Converting LaTeX to SVG with MathJax
st update: Pandoc can prepare LaTeX math for MathJax via its eponymous --mathjax option. It wraps formulas in <span class="math"> elements and injects a <script> tag that points to cdn.jsdelivr.net, which means rendering won't work offline or in case of the 3rd-party server failure.
None
Or read this on Hacker News