diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js index 3c72e40eb..911e74c9e 100644 --- a/unpacked/jax/input/TeX/jax.js +++ b/unpacked/jax/input/TeX/jax.js @@ -1671,7 +1671,8 @@ } } else { if (n) {this.Push(MML.mspace().With({depth:n}))} - this.Push(MML.mo().With({linebreak:MML.LINEBREAK.NEWLINE})); + this.Push(MML.mspace().With({linebreak:MML.LINEBREAK.NEWLINE})); +// this.Push(MML.mo()); // make sure we don't look like an embellished operator (#707) } }, emPerInch: 7.2,