Math (KaTeX)
Verto renders math at build time using remark-math and rehype-katex. KaTeX produces semantic HTML with the katex.min.css stylesheet — no client-side rendering, no flash.
Inline Math
Wrap expressions in single dollar signs: $\alpha + \beta = \gamma$ becomes .
You can drop math anywhere in a paragraph — Euler's identity is , the golden ratio is , and so on.
Block Math
Use double dollar signs ($$ … $$) for centred, displayed equations.
Multi-line aligned equations use the standard aligned environment:
Matrices
Sums and Products
Resilience
Bad formulas don't crash the page render — they're rendered with KaTeX's built-in error styling so you can spot the typo in a draft.