Open
Description
As things stand now, rendering of mathematics is very slow and jarring. I believe one solution for this is to render math as MathML or SVG during the build process rather than handling it on the client side. Both Mathjax and KaTeX offer this ability, albeit in Javascript (Node). I assume there are rust equivalents for the same. I suggest that mathematics be rendered when running the build command.