On Sun, Oct 16, 2022 at 10:08:17PM -0700, Raymond Toy wrote: > > I'm wondering why MathML (presentation markup) isn't available, > > as according the test at > > > > http://eyeasme.com/Joe/MathML/MathML_browser_test.html > > > > it seems to be well supported by Firefox. It is as nice as SVG, > > these doesn't seem to be scaling issues, and the text can be > > selected. > > > > Possibly a bug in Mathjax? Or because Mathjax is using SVG instead of > MathML for displaying math. I'll have to read the Mathjax docs again to > know what Mathjax uses to render equations. >
Seems like MathML output was dropped from mathjax because it is not poratble: https://docs.mathjax.org/en/latest/output/mathml.html#mathml-output This page has some code to still use MathML output, but it is proably not a good idea to try to maintain a deprecated feature in the long term. That being said, there could be some way to add to/modify/replace the MathJax configuration block output by texi2any if somebody feels that it will be used. -- Pat