|
|
|
|
|
by Tajnymag
2656 days ago
|
|
Mathml is not important for being a latex replacement, it's important for being a unified and native way to render mathematical formulas in browsers. With mathml supported by Chrome, you could instead of the whole Mathjax renderer use only a lightweight "latex/asciimath to mathml" translater and let the browser do the rendering job. |
|
Why is it desirable to have "native" implementation? The usual answer is performance, but I am not aware of much performance complaint of MathJax. If not performance, how does it make sense to add more C++ code to browsers to be exploited, when memory safe JavaScript implementation is already available?