Page 1 of 1

<math>bla bla bla</math>

Posted: Tue Jan 16, 2018 4:44 pm
by Vegan
I noticed when I tried <math> this and that</math> went nowhere with Chome.

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>
https://www.codeproject.com/Articles/82 ... nt-Mathema

Re: <math>bla bla bla</math>

Posted: Tue Jan 16, 2018 10:23 pm
by Christopher
It is not supported in Chrome. You'll need to use a stylesheet and Javascript library. See:

https://developer.mozilla.org/en-US/doc ... /Authoring