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.
2 parents ee34476 + f6bac7c commit ae6aef4Copy full SHA for ae6aef4
ts/input/asciimath/legacy/jax/element/MmlNode.js
@@ -24,6 +24,7 @@
24
toMmlNode: function (factory) {
25
var kind = this.type;
26
if (kind === 'texatom') kind = 'TeXAtom';
27
+ if (kind === 'text') kind = '#text';
28
var node = this.nodeMake(factory, kind);
29
if ("texClass" in this) node.texClass = this.texClass;
30
return node;
0 commit comments