Sha256: a1217499bf2b33fb93da36082ff8004cbb79b66e84d048349615a7364b986ed1
Contents?: true
Size: 861 Bytes
Versions: 7
Compression:
Stored size: 861 Bytes
Contents
<?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 xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="latexinput" content="mmd-article-header"/> <title>MultiMarkdown Math Example</title> <meta name="latexinput" content="mmd-article-begin-doc"/> <meta name="latexmode" content="memoir"/> <meta name="latexfooter" content="mmd-memoir-footer"/> <script type="text/javascript" src="http://localhost/~fletcher/math/mathjax/MathJax.js"></script> </head> <body> <p>An example of math within a paragraph — <span class="math">\({e}^{i\pi }+1=0\)</span> — easy enough.</p> <p>And an equation on it’s own:</p> <p><span class="math">\[ {x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a} \]</span></p> <p>That’s it.</p> </body> </html>
Version data entries
7 entries across 7 versions & 2 rubygems