Hacker News new | ask | show | jobs
by kovariance 3069 days ago
I have found KaTeX to be the best currently-available solution. In particular, it can be rendered without client-side javascript.
3 comments

Agreed. KaTeX is much much faster than MathJax.

https://www.intmath.com/cg5/katex-mathjax-comparison.php

Yeah, I'm really surprised it's not mentioned here.

It also causes much less page-reflowing than MathJax, and is much more lightweight.

I'm looking into KaTeX to see if it will work with my setup (Elm) & give better results. Thanks!