asciimath/mathJaxTeXSamples.html~
<!DOCTYPE html>
<html lang="en-US"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<head>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<title>MathJax TeX Samples | </title>
</head>
<body>
<ul>
<li>Maxwell’s Equations with tex
$$\begin{aligned}
\dot{x} & = \sigma(y-x) \\
\dot{y} & = \rho x - y - xz \\
\dot{z} & = -\beta z + xy
\end{aligned} $$
<li> Pythagoras mit asciiMath `a^2 + b^2 = c^3`
</ul>
<p>
</body></html>