MathBlockNode component
Math & Diagramspeer: katex
`$$...$$` (or `\[...\]`) display math renders as KaTeX block HTML.
Markdown input
$$
\int_0^1 x^2 \, dx = \frac{1}{3}
$$Live rendered output
$$\int_0^1 x^2 \, dx = \frac{1}{3}$$Deep dive
This component has a dedicated guide: /guide/math
Customize & override
Override built-in components — replace this node renderer safely with scoped overrides. Renderer & node components reference — see all exported components and their props.
Optional peers
Rendering this component requires its peer dependencies. See Installation & optional peers.