6 ms·
> using KaTeX [...] switched to server-side rendering with MathJax I've been meaning to look into KaTex. Could you elaborate on why you switched away from it?
by mbid 3y ago
> using KaTeX [...] switched to server-side rendering with MathJax
I've been meaning to look into KaTex. Could you elaborate on why you switched away from it? KaTeX appears to support server-side rendering already, in the sense that it generates plain HTML.
- atlintots 3y agoMathJax has better MathML support.
- batterylow 3y ago> Could you elaborate on why you switched away from it? I started using KaTeX sometime after 2015 because it promised to be fast (the fastest! [1]). I had to change the representation of a bunch of expressions because KaTeX didn't support some environments, whilst MathJax did. It was a trade-off I was willing to accept at the time. Many years later, I started writing a personal static-site generator. I wanted comparatively lightweight pages, so rendering server-side was an option. I re-evaluated MathJax vs KaTeX again and this time I leaned towards MathJax, as speed was no longer an issue for me. It looks like KaTeX has broader support now [2]. [1] https://katex.org https://katex.org [2] https://katex.org/docs/support_table.html https://katex.org/docs/support_table.html