From 3f3817ebe25df9e7724499d3b19163cf35e9424b Mon Sep 17 00:00:00 2001
From: facundoolano
Date: Wed, 13 Mar 2024 15:20:07 -0300
Subject: [PATCH] add test for footnote in footnote
---
org/testdata/footnotes.html | 8 +++++++-
org/testdata/footnotes.org | 5 ++++-
org/testdata/footnotes.pretty_org | 5 ++++-
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/org/testdata/footnotes.html b/org/testdata/footnotes.html
index a81efa5..b7498a5 100644
--- a/org/testdata/footnotes.html
+++ b/org/testdata/footnotes.html
@@ -116,7 +116,13 @@ Rather, it will be somewhere down below in the footnotes section.
There's multiple reasons for that. Among others, doing so requires i18n (to recognize the section) and silently
-hides content before and after the footnotes.
+hides content before and after the footnotes.
+
+
+
diff --git a/org/testdata/footnotes.org b/org/testdata/footnotes.org
index 44a9019..ab200a7 100644
--- a/org/testdata/footnotes.org
+++ b/org/testdata/footnotes.org
@@ -41,8 +41,11 @@ This shouldn't happen when the definition line and the line after that are empty
[fn:7]
There's multiple reasons for that. Among others, doing so requires i18n (to recognize the section) and silently
-hides content before and after the footnotes.
+hides content before and after the footnotes[fn:8].
this is not part of [fn:7] anymore as there are 2 blank lines in between!
+
+
+[fn:8] Footnotes can be linked from another footnote's definition.
diff --git a/org/testdata/footnotes.pretty_org b/org/testdata/footnotes.pretty_org
index 44a9019..ab200a7 100644
--- a/org/testdata/footnotes.pretty_org
+++ b/org/testdata/footnotes.pretty_org
@@ -41,8 +41,11 @@ This shouldn't happen when the definition line and the line after that are empty
[fn:7]
There's multiple reasons for that. Among others, doing so requires i18n (to recognize the section) and silently
-hides content before and after the footnotes.
+hides content before and after the footnotes[fn:8].
this is not part of [fn:7] anymore as there are 2 blank lines in between!
+
+
+[fn:8] Footnotes can be linked from another footnote's definition.