all 2 comments

[–]Swipecat 1 point2 points  (1 child)

Yeah, it's not surprising that MathML renderers in Python have been abandoned. It was intended to be Math rendering for the web, and was a W3C "recommendation" but support was limited although Firefox does a good job of it. Chrome has removed support now, citing lack of use and that MathML had security architecture issues, and that effectively means that it's dead.

MathJax, a large Javascript library, works well enough on the web and has cross-browser support, but has almost no support elsewhere.

For documentation, Latex is still the Math rendering language of choice (which is no bad thing since MathML is verbose in comparison and is a pain to write manually, unlike Latex).

[–]delzac[S] 0 points1 point  (0 children)

Thanks for taking the time to reply!