Expand description
Build-time KaTeX rendering. Each math expression in a document is rendered
to static HTML at build time via the katex crate (default quick-js
backend), so the generated site ships zero runtime JS for math.
Functionsยง
- render_
math - Render one math expression to KaTeX HTML at build time.