Math

VanillaPress includes markdown-it-mathjax3 and prerenders math in Markdown to static SVG during build.

Build

Math rendering is enabled by default during build. It does not need a config switch and does not run MathJax in the browser.

Inline Math

Wrap inline math with single $ delimiters.

Euler’s identity is eiπ+1=0 .

Markdown
Euler's identity is $e^{i\pi}+1=0$.

Block Math

Wrap display math with $$ delimiters.

E=4πρ
Markdown
$$\nabla \cdot \vec{\mathbf{E}} = 4 \pi \rho$$

Escaping

When content needs to show literal $ characters, escape them with a backslash.

Markdown
\$20,000 and \$30,000
Last updated 2026-09-22 16:37:18 UTC+8