diff --git a/org_test_documents/footnotes/reference_in_definition.org b/org_test_documents/footnotes/reference_in_definition.org new file mode 100644 index 0000000..01f8b5e --- /dev/null +++ b/org_test_documents/footnotes/reference_in_definition.org @@ -0,0 +1,21 @@ +# This test shows that footnote references only count if the definition containing them is rendered. + +foo[fn:a:bar] + +[fn:a] lorem + +[fn:b] ipsum + +[fn:d] fizz + +[fn:c] dolar + +yo[fn:b] + + +hello[fn:c] + + +[fn:e] buzz + +sup[fn:d] diff --git a/org_test_documents/footnote_definitions.org b/org_test_documents/footnotes/simple.org similarity index 100% rename from org_test_documents/footnote_definitions.org rename to org_test_documents/footnotes/simple.org