Fix comment in content-mathml.js
This commit is contained in:
parent
607b1031a3
commit
e253967b72
|
@ -49,7 +49,7 @@ MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () {
|
||||||
MATHML.prefilterHooks.Add(function (data) {
|
MATHML.prefilterHooks.Add(function (data) {
|
||||||
if (!MATHML.ctopXSLT) return;
|
if (!MATHML.ctopXSLT) return;
|
||||||
|
|
||||||
// Parse the <math> but use MATHML.Parse to apply the normal preprocessing.
|
// Parse the <math> but use MATHML.Parse's preProcessMath to apply the normal preprocessing.
|
||||||
if (!MATHML.ParseXML) {MATHML.ParseXML = MATHML.createParser()}
|
if (!MATHML.ParseXML) {MATHML.ParseXML = MATHML.createParser()}
|
||||||
var doc = MATHML.ParseXML(PARSE.preProcessMath(data.math));
|
var doc = MATHML.ParseXML(PARSE.preProcessMath(data.math));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user