From 844866935523ebb17857cb0dd54ff082071d5270 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 18 Mar 2024 23:36:59 -0400 Subject: [PATCH] Use MathML for mathematics on posts We're finally in an era where this is natively supported on all major browers and platforms, at least on modern browsers. I've been waiting for this for...nearly 15 years now? My go-to previously was Mathjax. I guess I should remove my IE11 support in CSS, then, huh? Or maybe leave it around as an easter egg / relic type of thing. --- src/post2html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/post2html b/src/post2html index 51f6f5a..db7589b 100755 --- a/src/post2html +++ b/src/post2html @@ -180,6 +180,7 @@ main() --metadata pagetitle:ignoreme \ --wrap none \ --highlight-style tango \ + --mathml \ -B <( src/mkheader post @__PAGE_TITLE__@ ) \ -A src/footer.tpl.htm \ < <( prefmt "$file" ) \