aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/footnote_placeholder.html
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2010-08-20 10:56:42 -0400
committerWaylan Limberg <waylan@gmail.com>2010-08-20 10:56:42 -0400
commitdc63c6881893c0a518a4914c3f4622c5d9a25c93 (patch)
treedd145be21919db203fd83bc567885b86e0d53c3d /tests/extensions/extra/footnote_placeholder.html
parentad2e798a81d63de5e1822a489688b885ca412c96 (diff)
parent3bd36d4c8f0ca1f7345999a58d7b8c2f5e6f9fbe (diff)
downloadmarkdown-dc63c6881893c0a518a4914c3f4622c5d9a25c93.tar.gz
markdown-dc63c6881893c0a518a4914c3f4622c5d9a25c93.tar.bz2
markdown-dc63c6881893c0a518a4914c3f4622c5d9a25c93.zip
Merge branch 'master' of git@gitorious.org:python-markdown/mainline
Diffstat (limited to 'tests/extensions/extra/footnote_placeholder.html')
-rw-r--r--tests/extensions/extra/footnote_placeholder.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/extensions/extra/footnote_placeholder.html b/tests/extensions/extra/footnote_placeholder.html
new file mode 100644
index 0000000..7aaf4b2
--- /dev/null
+++ b/tests/extensions/extra/footnote_placeholder.html
@@ -0,0 +1,10 @@
+<div class="footnote">
+<hr />
+<ol>
+<li id="fn:1">
+<p>A Footnote.
+&#160;<a href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">&#8617;</a></p>
+</li>
+</ol>
+</div>
+<p>Some text with a footnote<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup>.</p> \ No newline at end of file