| ▲ | MillironX 3 days ago | |
Hugo includes native KaTeX: https://gohugo.io/functions/transform/tomath/ The docs recommend setting up KaTeX CSS (which requires either a CDN link or Node), but by changing output to 'mathml,' you can have the browser render equations with zero dependencies. | ||
| ▲ | sureglymop 3 days ago | parent [-] | |
That's news to me! The last time I used Hugo it didn't support that yet and I had to serve the js bundle to run in the browser. | ||