From c411dd7ee643ae2953997018358e319d16dcef6a Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 3 Mar 2008 02:29:33 +0000 Subject: fixed testing framework to actually use the extensions passed in and a few other minor cleanup things. --- tests/extensions-x-footnotes/footnote.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/extensions-x-footnotes/footnote.txt (limited to 'tests/extensions-x-footnotes/footnote.txt') diff --git a/tests/extensions-x-footnotes/footnote.txt b/tests/extensions-x-footnotes/footnote.txt new file mode 100644 index 0000000..07188d0 --- /dev/null +++ b/tests/extensions-x-footnotes/footnote.txt @@ -0,0 +1,14 @@ +This is the body with a footnote[^1] or two[^2] or more[^3] [^4]. + +[^1]: Footnote that ends with a list: + + * item 1 + * item 2 + +[^2]: > This footnote is a blockquote. + +[^3]: A simple oneliner. + +[^4]: A footnote with multiple paragraphs. + + Paragraph two. -- cgit v1.2.3