Sha256: 8cad216ffba07bbeb909c4736349ad3c37328399c3454ee6446dea261f522515

Contents?: true

Size: 769 Bytes

Versions: 6

Compression:

Stored size: 769 Bytes

Contents

<p>latex input: mmd-article-header<br/>
Title: MultiMarkdown Footer Test<br/>
latex input: mmd-article-begin-doc<br/>
latex footer: mmd-memoir-footer </p>

<p>Here is some text containing a footnote.[^somesamplefootnote]</p>

<blockquote>
<p>And here is a footnote within a blockquote, should be labelled #2.[^secondnote]</p>
</blockquote>

<p>And this is a codeblock, that should not be a footnote:</p>

<pre><code>This is code.[^somesamplefootnote]
</code></pre>

<p>And this is a short footnote for testing.<a href="Finis">^shortnote</a></p>

<p>And now, reuse a footnote.<a href="Finis">^shortnote</a></p>

<p>[^somesamplefootnote]: Here is the text of the footnote itself. It also has a <a href="http://somelink.com">link</a>.</p>

<p>[^secondnote]: Note # 2.</p>

Version data entries

6 entries across 6 versions & 2 rubygems

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