+<p>Title: Advanced Emph and Strong
+latex config: article</p>
+
<p>foo<em>bar</em></p>
<p>foo*bar**</p>
+<p>Title: Advanced Fenced Code Blocks
+latex config: article</p>
+
<p><code>foo *2*</code></p>
<p><code>foo *3*</code></p>
+<p>Title: Advanced Headers
+latex config: article</p>
+
<h1>foo [bar] </h1>
<h1>foo[bar]</h1>
+<p>Title: Amps and Angles
+latex config: article</p>
+
<p>AT&T has an ampersand in their name.</p>
<p>AT&T is another way to write it.</p>
+<p>Title: Automatic Links
+latex config: article</p>
+
<p><a href="http://foo.com/">http://foo.com/</a></p>
<p><a href="mailto:foo@bar.com">foo@bar.com</a></p>
+<p>Title: Basic Blocks
+latex config: article</p>
+
<p>foo</p>
<h1>Heading <em>foo</em> </h1>
+<p>Title: Basic Lists
+latex config: article</p>
+
<ul>
<li>foo</li>
<li>foo</li>
+<p>Title: Blockquotes
+latex config: article</p>
+
<blockquote>
<p>foo
bar</p>
+<p>Title: Citations
+latex config: article</p>
+
<h1>citep </h1>
<p>[#foo1]</p>
+<p>Title: Code Spans
+latex config: article</p>
+
<p><code>foo</code></p>
<p><code>foo ` bar</code></p>
+<p>Title: CriticMarkup
+latex config: article</p>
+
<p>{++foo++}</p>
<p>{--bar--}</p>
+<p>Title: Cross-References
+latex config: article</p>
+
<h1>A Section </h1>
<h1>109&*&#()^ Can Start With Digit </h1>
+<p>Title: Definition Lists
+latex config: article</p>
+
<p>foo
bar
: <em>foo bar
-<p>language: nl</p>
+<p>Title: Dutch
+latex config: article
+language: nl</p>
<p>'foo'</p>
+<p>Title: Edge Cases 2
+latex config: article</p>
+
<p><strong>b</strong>, <em>u</em>, <strong>v</strong>, <em><strong>w</strong></em>, <em><strong>x</strong></em>, <strong><em>y</em></strong>, <strong><em>z</em></strong>, <em>t <strong>w</strong> t</em>
<strong>b</strong>, <em>u</em>, <strong>v</strong>, <em><strong>w</strong></em>, <em><strong>x</strong></em>, <strong><em>y</em></strong>, <strong><em>z</em></strong>, <em>t <strong>w</strong> t</em>
<strong>b</strong>, <em>u</em>, <strong>v</strong>, <em><strong>w</strong></em>, <em><strong>x</strong></em>, <strong><em>y</em></strong>, <strong><em>z</em></strong>, <em>t <strong>w</strong> t</em>
+<p>Title: Edge Cases
+latex config: article</p>
+
<ul>
<li>foo
bar</li>
+<p>Title: Emph and Strong Star
+latex config: article</p>
+
<p><em>foo</em></p>
<p>*<em>foo</em></p>
+<p>Title: Emph and Strong UL
+latex config: article</p>
+
<p><em>foo</em></p>
<p>_<em>foo</em></p>
-<p>language: en</p>
+<p>Title: English
+latex config: article
+language: en</p>
<p>'foo'</p>
+<p>Title: Escapes
+latex config: article</p>
+
<p>.</p>
<p>!</p>
+<p>Title: Fenced Code Blocks
+latex config: article</p>
+
<p><code>*foo*</code></p>
<p>````
+<p>Title: Figure Images
+latex config: article</p>
+
<p>![foo]</p>
<p>![<em>bar</em>][foo]</p>
<p></p>
-<p>[foo]: http://foo.bar/ "foo" width="40px"</p>
\ No newline at end of file
+<p>[foo]: http://foo.bar/ "foo" width="40px"</p>
-<p>language: fr</p>
+<p>Title: French
+latex config: article
+language: fr</p>
<p>'foo'</p>
-<p>language: de
+<p>Title: German Guillemets
+latex config: article
+language: de
quotes language: germanguillemets</p>
<p>'foo'</p>
-<p>language: de</p>
+<p>Title: German
+latex config: article
+language: de</p>
<p>'foo'</p>
-<p>latexconfig: article
-Title: Glossary</p>
+<p>Title: Glossaries
+latex config: article</p>
<p><a href="Reference">?foo</a></p>
+<p>Title: HTML Blocks
+latex config: article</p>
+
<p><del><em>bar1</em></del></p>
<del>
+<p>Title: HTML Inline
+latex config: article</p>
+
<p><foo><em>bar</em></foo></p>
<p><foo bar="foo"><em>bar</em></foo></p>
+<p>Title: Headers
+latex config: article</p>
+
<h1>foo </h1>
<h1>foo </h1>
+<p>Title: Horizontal Rules
+latex config: article</p>
+
<p>Dashes:</p>
<hr />
+<p>Title: Indented Code Blocks
+latex config: article</p>
+
<pre><code>foo
</code></pre>
+<p>Title: Inline Footnotes
+latex config: article</p>
+
<p>Inline.[^foo <em>bar</em>]</p>
<p>Inline.[^foo <em>bar</em>
+<p>Title: Inline Images
+latex config: article</p>
+
<p>Just a <img src="/url/" alt="URL" />.</p>
<p><img src="/url/" alt="URL and title" title="title" />.</p>
+<p>Title: Inline Links
+latex config: article</p>
+
<p>Just a <a href="http://url/file.txt">URL</a>.</p>
<p><a href="/url/file.txt" title="title">URL and title</a>.</p>
+<p>Title: Integrated
+latex config: article</p>
+
<p>This file is a designed as a single test that incorporates most of the
<em>commonly</em> used MultiMarkdown features. This allows a single test file to
identify common structures that are not supported yet -- particularly useful
+<p>Title: Linebreaks
+latex config: article</p>
+
<p>foo
bar</p>
+<p>Title: Link Attributes
+latex config: article</p>
+
<p>foo ![image][]</p>
<p>foo [link][]</p>
+++ /dev/null
-<ul>
-<li>foo</li>
-<li>foo</li>
-<li>foo</li>
-</ul>
-
-<p>bar</p>
-
-<ul>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-</ul>
-
-<p>bar</p>
-
-<ul>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-</ul>
-
-<p>5</p>
-
-<ol>
-<li>foo</li>
-<li>foo</li>
-<li>foo</li>
-</ol>
-
-<p>bar</p>
-
-<ol>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-</ol>
-
-<p>bar</p>
-
-<ol>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-<li><p>foo</p></li>
-</ol>
-
-<p>10</p>
-
-<ul>
-<li>foo</li>
-<li>foo</li>
-<li>foo</li>
-</ul>
-
-<p>bar</p>
-
-<ul>
-<li>foo</li>
-<li>foo</li>
-<li>foo</li>
-</ul>
-
-<p>bar</p>
-
-<ul>
-<li>foo
-bar</li>
-<li>foo
-bar</li>
-<li>foo
-bar</li>
-</ul>
-
-<p>15</p>
-
-<ul>
-<li>foo
-
-<ul>
-<li>bar</li>
-</ul></li>
-<li>foo
-
-<ul>
-<li>bar</li>
-</ul></li>
-<li>foo
-
-<ul>
-<li>bar</li>
-</ul></li>
-</ul>
+<p>Title: Math
+latex config: article</p>
+
<p>foo \({e}^{i\pi }+1=0\) bar</p>
<p>\[ {x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a} \]</p>
+<p>Title: Nested Definition Lists
+latex config: article</p>
+
<p>bat
: <em>foo</em></p>
+<p>Title: Nested Lists
+latex config: article</p>
+
<ul>
<li>foo
+<p>Title: Reference Footnotes
+latex config: article</p>
+
<p>foo.<a href="*foo*">^bar</a></p>
<p>foo.<a href="*foo">^bar2</a></p>
+<p>Title: Reference Images
+latex config: article</p>
+
<p>Test <img src="http://test.1/" alt="foo" />.</p>
<p>Test <img src="http://test.1/" alt="foo" />.</p>
+<p>Title: Reference Links
+latex config: article</p>
+
<p><a href="http://test.1/file.txt"><em>foo</em></a>.</p>
<p><a href="http://test.1/file.txt"><em>foo</em></a>.</p>
+<p>Title: Setext Headers
+latex config: article</p>
+
<h1>foo bar</h1>
<h2>foo <em>bar</em></h2>
+<p>Title: Smart Quotes
+latex config: article</p>
+
<p>'foo'</p>
<p>"foo"</p>
+<p>Title: Special Characters
+latex config: article</p>
+
<p>{foo}</p>
<p>[foo]</p>
<p>\foo</p>
<foo>
+
+<p>Title: Superscript
+latex config: article</p>
+
<p>x^2.</p>
<p>x^2xz.</p>
-<p>language: sv</p>
+<p>Title: Swedish
+latex config: article
+language: sv</p>
<p>'foo'</p>
<p>[^foo]</p>
-<p><a href="foo">#bar</a></p>
\ No newline at end of file
+<p><a href="foo">#bar</a></p>
+<p>Title: Table of Contents
+latex config: article</p>
+
<p>{{TOC}}</p>
<h2>Second Level </h2>
+<p>Title: Tables
+latex config: article</p>
+
<p>| foo | bar |<br />
| ------ | :------: |<br />
| <em>foo</em> | <em>bar</em> |<br />
+<p>Title: Transclusion
+latex config: article</p>
+
<p>{{foo.txt}}</p>
<p>{{bar.txt}}</p>
-<p>foo: bar
+<p>Title: Variables
+latex config: article
+foo: bar
foo bar
foo bar
bat: <strong>foo</strong></p>