summaryrefslogtreecommitdiff
path: root/tests/testsuite.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.txt')
-rw-r--r--tests/testsuite.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/tests/testsuite.txt b/tests/testsuite.txt
index 1beb7aaac..9d6481126 100644
--- a/tests/testsuite.txt
+++ b/tests/testsuite.txt
@@ -590,14 +590,13 @@ Here is a movie ![movie](movie.jpg) icon.
# Footnotes
-Here is a footnote reference[^1], and another[^longnote].
+Here is a footnote reference,[^1] and another.[^longnote]
This should *not* be a footnote reference, because it
-contains a space[^my note].
+contains a space.[^my note] Here is an inline note.^[This
+is *easier* to type. Inline notes may contain
+[links](http://google.com) and `]` verbatim characters.]
-[^1]: Here is the footnote. It can go anywhere in the document,
-not just at the end.
-
-[^longnote]: Here's the other note. This one contains multiple
+[^longnote]: Here's the long note. This one contains multiple
blocks.
Subsequent blocks are indented to show that they belong to the
@@ -607,3 +606,8 @@ footnote (as with list items).
If you want, you can indent every line, but you can also be
lazy and just indent the first line of each block.
+
+This paragraph should not be part of the note, as it is not indented.
+
+[^1]: Here is the footnote. It can go anywhere after the footnote
+reference. It need not be placed at the end of the document.