You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sentence uses `$` delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$
Parsed HTML
<p>This sentence uses <code>$</code> delimiters to show math inline:
<math-renderer><mathxmlns="http://www.w3.org/1998/Math/MathML"><msqrt><mn>3</mn><mi>x</mi><mo>−</mo><mn>1</mn></msqrt><mo>+</mo><mo>(</mo><mn>1</mn><mo>+</mo><mi>x</mi><msup><mo>)</mo><mn>2</mn></msup></math></math-renderer></p>
Markdown
This sentence uses $\` and \`$ delimiters to show math inline: $`\sqrt{3x-1}+(1+x)^2`$
Parsed HTML
<p>This sentence uses
<math-renderer><mathxmlns="http://www.w3.org/1998/Math/MathML"><mo>‘</mo><mi>a</mi><mi>n</mi><mi>d</mi><mo>‘</mo></math></math-renderer> delimiters to show math inline:
<math-renderer><mathxmlns="http://www.w3.org/1998/Math/MathML"><msqrt><mn>3</mn><mi>x</mi><mo>−</mo><mn>1</mn></msqrt><mo>+</mo><mostretchy="false">(</mo><mn>1</mn><mo>+</mo><mi>x</mi><msup><mostretchy="false">)</mo><mn>2</mn></msup></math></math-renderer></p>
The equation $a^2 + b^2 = c^2$ is the Pythagorean theorem.
Parsed HTML
<p>The equation
<math-renderer><mathxmlns="http://www.w3.org/1998/Math/MathML"><msup><mi>a</mi><mn>2</mn></msup><mo>+</mo><msup><mi>b</mi><mn>2</mn></msup><mo>=</mo><msup><mi>c</mi><mn>2</mn></msup></math></math-renderer> is the Pythagorean theorem.
</p>
This expression uses `\$` to display a dollar sign: $`\sqrt{\$4}`$
Parsed HTML
<p>This expression uses
<code>\$</code> to display a dollar sign:
<math-renderer><mathxmlns="http://www.w3.org/1998/Math/MathML"><msqrt><mi>$</mi><mn>4</mn></msqrt></math></math-renderer></p>
Markdown
To split <span>$</span>100 in half, we calculate $100/2$
Parsed HTML
<p>To split
<span>$</span>100 in half, we calculate
<math-renderer><mathxmlns="http://www.w3.org/1998/Math/MathML"><mn>100</mn><mrowdata-mjx-texclass="ORD"><mo>/</mo></mrow><mn>2</mn></math></math-renderer></p>