Hacker News new | ask | show | jobs
by svat 499 days ago
I appreciate the author's goal of not requiring readers' browsers to run Javascript to render the mathematics. The tradeoffs between images, SVG, and MathML are also unfortunately as stated.

Note though that another option is to use MathJax or KaTeX at build time (e.g. as preprocessing or postprocessing to the Hugo build here), to generate a static page that does not require Javascript to render.

MathJax: https://docs.mathjax.org/en/latest/server/start.html

KaTeX: https://katex.org/docs/api#server-side-rendering-or-renderin...