Feature
Math typesetting
Write LaTeX-style math inline or as block equations, rendered to HTML at build time by KaTeX.
- Inline math and block equations are rendered through remark-math and rehype-katex, in the same pipeline that renders the rest of the page.
- KaTeX is bundled with the app and produces crisp, accessible HTML at build time — there is no client-side math parsing and no runtime layout shift.
- Wrap an expression in single dollar signs for inline rendering (for example $E = mc^2$), or in double dollar signs for a centered block equation.
- Aimed at technical, scientific, and engineering documentation that needs to show formulas, not just prose and code.