Reputation:
I'd like to ask, how would I go about enabling MathML in Chrome? I am visiting the MDN site about the Math
object and the site warns me MathML is not enabled. Any help?
Upvotes: 3
Views: 6022
Reputation: 98
If you are user, you have :
If you are a developer :
Upvotes: 7
Reputation: 58781
MathML support will ship with Chrome 109 (release date ~Dec 2022).
https://www.youtube.com/watch?v=s3i02Yh3F9s
You can already test it in Chrome's unstable channel.
Upvotes: 1
Reputation: 21
"MathML," the markup to display mathematical notations such as fractions and exponents and such, as coded in examples on Wikipedia, works in current Chrome display by first typing "chrome://flags" into Chrome's address bar and then, on the resulting displayed page, setting "Experimental WebAssembly" to enabled and relaunching Chrome.
Upvotes: 1
Reputation: 489
MathML is not available in Chrome. Although the C/C++ source code is still there, it is not used when building Chrome, so there is no way to enable it (more info).
You can still use other third party solutions like MathJax or MathType Web.
Upvotes: 3