<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
        <head>
                <meta name="Format" content="complete" />
                <title>Sample MultiMarkdownMath Document</title>
                <meta name="author" content="Fletcher T. Penney" />
        </head>
<body>
<h1 id="mathtesting">Math Testing</h1>
<p>You can use math in-line, such as <math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<mn>8</mn>
<mo>+</mo>
<mn>4</mn>
<mo>=</mo>
<mn>12</mn>
</mstyle>
</math> and <math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<mfrac>
<mn>155</mn>
<mn>12</mn>
</mfrac>
<mo>=</mo>
<mfrac>
<mn>10</mn>
<mo>2</mo>
</mfrac>
</mstyle>
</math>. </p>
<p>Or you can use as paragraphs:</p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<mfrac>
<mn>155</mn>
<mn>12</mn>
</mfrac>
<mo>=</mo>
<mfrac>
<mn>10</mn>
<mo>2</mo>
</mfrac>
</mstyle>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
<mo>=</mo>
<mo>1</mo>
</mstyle>
</math></p>
<p>Or with a blockquote-like syntax:</p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<msub>
<mi>x</mi>
<mrow>
<mn>1</mn>
<mo>,</mo>
<mn>2</mn>
</mrow>
</msub>
<mo>=</mo>
<mfrac>
<mrow>
<mo>-</mo>
<mi>b</mi>
<mo>±</mo>
<msqrt>
<mrow>
<msup>
<mi>b</mi>
<mn>2</mn>
</msup>
<mn>-4</mn>
<mi>a</mi>
<mi>c</mi>
</mrow>
</msqrt>
</mrow>
<mrow>
<mn>2</mn>
<mi>a</mi>
</mrow>
</mfrac>
</mstyle>
</math></p>
<p>Code is not translated: <code>x = pi</code></p>
</body>
</html>