user10734400
user10734400

Reputation:

Enabling MathML in Chrome

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

Answers (5)

user10276995
user10276995

Reputation: 98

If you are user, you have :

If you are a developer :

  • Android
    • use GeckoView.
    • use WebView. MathML is enabled by default from release 109 (12/01/202). Extended Glyphs are still missing.
  • Java (Linux, Mac, Windows, ..., arch)
  • Else

Upvotes: 7

Nico Schlömer
Nico Schlömer

Reputation: 58781

MathML support will ship with Chrome 109 (release date ~Dec 2022).

enter image description here

https://www.youtube.com/watch?v=s3i02Yh3F9s

You can already test it in Chrome's unstable channel.

Upvotes: 1

reallyhuh
reallyhuh

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

dani31415
dani31415

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

Related Questions