Math on this blog
This blog now supports math, rendered at build time to native MathML — no JavaScript, no images, no fonts shipped to you unless a page actually uses math.
How it works: posts are written with LaTeX in the markdown, and a small
post-build step converts every formula into a native <math> element
using Temml. Your browser renders it like any
other text — selectable, accessible, and styled by CSS. Very 1998 in
spirit: the server does the work, the client just displays a document.
Inline math like sits nicely in a sentence, and so does something with subscripts like .
Display math gets its own block:
Even bigger stuff works, like matrices:
And sums and integrals:
A regular code span like let x = 42; is left untouched, and so are
fenced code blocks in other languages.