Sample MathJax AsciiMath Source File

<html>
<head>
<title>MathJax AsciiMath Example</title>
<script
  src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=AM_HTMLorMML">
</script>
</head>
<body>

When `a != 0`, there are two solutions to `ax^2 + bx + c = 0`
and they are
<p style="text-align:center">
`x = (-b pm sqrt{b^2-4ac})/(2a).`
</p>

</body>
</html>