MathML: Difference between revisions

Content deleted Content added
No edit summary
Presentation MathML: remove forcemathmode it is undocumented and breaking MathML
Line 250:
}}</ref>
 
Thus, the expression <math forcemathmode=mathml>a x^2+b x+c</math> requires two layout elements: one to create the overall horizontal row and one for the superscripted exponent. However, the individual tokens also have to be identified as identifiers ({{code|lang=XML|<mi>}}), operators ({{code|lang=XML|<mo>}}), or numbers ({{code|lang=XML|<mn>}}). Adding the token markup, the full form ends up as
 
<syntaxhighlight lang="xml">