How the LaTeX renderer works
The tool uses KaTeX, a fast JavaScript math typesetting engine, to convert LaTeX markup into laid-out HTML and MathML synchronously in the browser. A debounced live preview re-renders as you type, and markdown-it handles document mode by piping inline and block math through KaTeX. The KaTeX library, markdown-it and the math fonts are bundled and served from the same origin, so there is no CDN dependency and no server round-trip.
- Powered by the KaTeX engine
- Live preview debounced for instant feel
- Document mode parses markdown with inline and block math
- KaTeX, markdown-it and fonts bundled, no CDN
