<math>bla bla bla</math>
Posted: Tue Jan 16, 2018 4:44 pm
I noticed when I tried <math> this and that</math> went nowhere with Chome.
https://www.codeproject.com/Articles/82 ... nt-Mathema
Code: Select all
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mrow>
<msup>
<mi>a</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>b</mi>
<mn>2</mn>
</msup>
</mrow>
<mo>=</mo>
<msup>
<mi>c</mi>
<mn>2</mn>
</msup>
</mrow>
</math>