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 c4eca32 commit 4d32b28Copy full SHA for 4d32b28
unpacked/jax/output/CommonHTML/jax.js
@@ -2742,16 +2742,6 @@
2742
2743
/********************************************************/
2744
2745
- MML.mstyle.Augment({
2746
- toCommonHTML: function (node) {
2747
- node = this.CHTMLdefaultNode(node);
2748
- if (this.scriptlevel && this.data[0]) this.CHTML.rescale(this.data[0].CHTML.rscale);
2749
- return node;
2750
- }
2751
- });
2752
-
2753
- /********************************************************/
2754
2755
MML.TeXAtom.Augment({
2756
toCommonHTML: function (node,options) {
2757
if (!options || !options.stretch) node = this.CHTMLdefaultNode(node);
0 commit comments