You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 3, <math><mi>f</mi><mo>'</mo></math> produces a prime that is larger than desired (because the recommended way to do this is <math><msup><mi>f</mi><mo>'</mo></msup></math> according to the MathML spec). But AsciiMath produces the non-msup representation, and version 2 of MathJax compensated for that. Version 3 probably should do the same.
The text was updated successfully, but these errors were encountered:
In version 3,
<math><mi>f</mi><mo>'</mo></math>
produces a prime that is larger than desired (because the recommended way to do this is<math><msup><mi>f</mi><mo>'</mo></msup></math>
according to the MathML spec). But AsciiMath produces the non-msup
representation, and version 2 of MathJax compensated for that. Version 3 probably should do the same.The text was updated successfully, but these errors were encountered: