Sha256: 76ad4bba32e0d234f6050369e3053731698fe10311cd2da880300362638ceab8

Contents?: true

Size: 674 Bytes

Versions: 6

Compression:

Stored size: 674 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8"/>
	<meta name="latexinput" content="mmd-article-header"/>
	<title>MultiMarkdown Math Example</title>
	<meta name="latexinput" content="mmd-article-begin-doc"/>
	<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 &#8212; <span class="math">\({e}^{i\pi }+1=0\)</span> &#8212; easy
enough.</p>

<p>And an equation on it&#8217;s own:</p>

<p><span class="math">\[ {x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a} \]</span></p>

<p>That&#8217;s it.</p>

</body>
</html>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rpeg-multimarkdown-0.2.2 test/MultiMarkdownTest/MultiMarkdownTests/Math.html
rpeg-multimarkdown-0.2.1 test/MultiMarkdownTest/MultiMarkdownTests/Math.html
rpeg-multimarkdown-0.2 test/MultiMarkdownTest/MultiMarkdownTests/Math.html
rpeg-multimarkdown2-2.0.3 test/MultiMarkdownTest/MultiMarkdownTests/Math.html
rpeg-multimarkdown2-2.0.2 test/MultiMarkdownTest/MultiMarkdownTests/Math.html
rpeg-multimarkdown2-2.0.1 test/MultiMarkdownTest/MultiMarkdownTests/Math.html