summaryrefslogtreecommitdiffstats
path: root/tests/data/renderer-footnotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/renderer-footnotes.md')
-rw-r--r--tests/data/renderer-footnotes.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/data/renderer-footnotes.md b/tests/data/renderer-footnotes.md
new file mode 100644
index 0000000..95af579
--- /dev/null
+++ b/tests/data/renderer-footnotes.md
@@ -0,0 +1,24 @@
+This phrase has a single line footnote[^foot1].
+
+[^foot1]: Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
+
+This other phrase has a multiline footnote[^foot2].
+
+[^foot2]: Vestibulum enim wisi, viverra nec, fringilla in, laoreet
+ vitae, risus. Donec sit amet nisl. Aliquam semper ipsum sit amet
+ velit.
+
+This phrase has a blockquote in its footnote[^foot3].
+
+[^foot3]: A footnote with blockquotes
+
+ Start of block quote in footnote:
+
+ > This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
+ > consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
+ > Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
+ >
+ > Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
+ > id sem consectetuer libero luctus adipiscing.
+
+ End of block quote in foot note.