MathML rendering

MathML is a XML-based mathematical markup language for describing mathematical notations.

Mathml on the blog

I’ve written custom postprocessor for lowdown html output. It uses pygments to highlight code and latex2mathml to convert latex to mathml.

Right now postprocessing really slows down processing of a single file compared to pure lowdown. And pandoc doesn’t respect the \displaystyle command. Maybe later I’ll switch to another markdown processor.