Skip to content

Instantly share code, notes, and snippets.

@dginev
Created June 17, 2021 17:51
Show Gist options
  • Save dginev/06d18f4f2fb03623abff935e24b08b9e to your computer and use it in GitHub Desktop.
Save dginev/06d18f4f2fb03623abff935e24b08b9e to your computer and use it in GitHub Desktop.
MathML Example from Laurence, Jun 17, 2021
<math>
<mrow>
<mi>x</mi>
<mo>=</mo>
<mfrac>
<mrow>
<mrow>
<mo>-</mo>
<mi>b</mi>
</mrow>
<mo>&PlusMinus;</mo>
<msqrt>
<mrow>
<msup>
<mi>b</mi>
<mn>2</mn>
</msup>
<mo>-</mo>
<mrow>
<mn>4</mn>
<mo>&InvisibleTimes;</mo>
<mi>a</mi>
<mo>&InvisibleTimes;</mo>
<mi>c</mi>
</mrow>
</mrow>
</msqrt>
</mrow>
<mrow>
<mn>2</mn>
<mo>&InvisibleTimes;</mo>
<mi>a</mi>
</mrow>
</mfrac>
</mrow>
</math>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment