Content rendering and editing of a single shared document file
Document files accessible throughout the web
Math rendering integrated with surrounding content (e.g., font dimensions)
Works on different browsers
Viewers need not install new software
<p> A quadratic equation
<span class="math"> ax^2 + bx + c = 0 </span>
with
<span class="math"> a \neq 0 </span>
has the following solution.
</p>
<div class="math">
x = \frac {-b \pm \sqrt{b^2 - 4ac} } {2a} </div>