[KaTeX](https://khan.github.io/KaTeX/) is a fast math typesetting library for the web. It uses javascript for client-side rendering.
This guide shows how to include KaTeX from a CDN and automatically render all latex content on your page. This is done using the `auto-render.js` script [included in KaTeX](https://github.com/Khan/KaTeX/tree/master/contrib/auto-render).
If you do not want to use a CDN, you can [download](https://github.com/khan/katex/releases) the files and host them on your page.