From c3f7b2ba327c729a36e2a3705514db1742267700 Mon Sep 17 00:00:00 2001 From: Gustav Tiger Date: Fri, 28 Aug 2015 14:01:09 +0200 Subject: Fix find footnote placeholder to recurse --- tests/extensions/extra/footnote_placeholder_depth.html | 13 +++++++++++++ tests/extensions/extra/footnote_placeholder_depth.txt | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 tests/extensions/extra/footnote_placeholder_depth.html create mode 100644 tests/extensions/extra/footnote_placeholder_depth.txt (limited to 'tests/extensions/extra') diff --git a/tests/extensions/extra/footnote_placeholder_depth.html b/tests/extensions/extra/footnote_placeholder_depth.html new file mode 100644 index 0000000..9793a49 --- /dev/null +++ b/tests/extensions/extra/footnote_placeholder_depth.html @@ -0,0 +1,13 @@ +
+
+
+
+
    +
  1. +

    A Footnote. 

    +
  2. +
+
+

Some text with a footnote1.

+
+
\ No newline at end of file diff --git a/tests/extensions/extra/footnote_placeholder_depth.txt b/tests/extensions/extra/footnote_placeholder_depth.txt new file mode 100644 index 0000000..cfe87c0 --- /dev/null +++ b/tests/extensions/extra/footnote_placeholder_depth.txt @@ -0,0 +1,5 @@ +>> ///Footnotes Go Here/// +>> +>> Some text with a footnote[^1]. + +[^1]: A Footnote. -- cgit v1.2.3