You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firefox supports embedding MathML objects using the <object> tag, with mime type application/mathml+xml. Chromium doesn't support this, so it would be great to use MathJax for this.
If you are willing to change the type to type="text/html" (which renders essentially the same in Firefox, and allows other browsers to at least load the MathML document and try to display it), then you can use
to have MathJax v3 replace the objects by the MathML they contain, and then process that MathML as through it were in the main document originally.
It you leave it as type="application/mathml+xml", then it will work in Firefox (with the native Firefox MathML rendering replaced by MathJax's rendering), but will not work in Chrome or other browsers.
Firefox supports embedding MathML objects using the
<object>
tag, with mime typeapplication/mathml+xml
. Chromium doesn't support this, so it would be great to use MathJax for this.This topic was discussed on the mailing list some time ago: https://groups.google.com/forum/#!msg/mathjax-users/5VOt3rJXHms/X1_ovYTCm5MJ, and led to a wiki page in MathJax-docs (https://github.com/mathjax/mathjax-docs/wiki/External-MathML-files-with--object--does-not-work-with-MathJax), but the solution posted there is for MathJax v2.
The feature request is for MathJax to replace
<object>
s with typeapplication/mathml+xml
with its own rendering.Here is an example:
input.mml
Alternatives: Including MathML directly works fine, but it's not as convenient for reusing math.
The text was updated successfully, but these errors were encountered: