We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11a9b1 commit 0740dd4Copy full SHA for 0740dd4
unpacked/jax/input/MathML/jax.js
@@ -76,7 +76,7 @@
76
var mml, type = node.nodeName.toLowerCase().replace(/^[a-z]+:/,"");
77
var match = (CLASS.match(/(^| )MJX-TeXAtom-([^ ]*)/));
78
if (match) {
79
- mml = this.TeXAtom(match[2],!CLASS.match(/MJX-fixedlimits/));
+ mml = this.TeXAtom(match[2],match[2] === "OP" && !CLASS.match(/MJX-fixedlimits/));
80
} else if (!(MML[type] && MML[type].isa && MML[type].isa(MML.mbase))) {
81
MathJax.Hub.signal.Post(["MathML Jax - unknown node type",type]);
82
return MML.Error(_("UnknownNodeType","Unknown node type: %1",type));
0 commit comments