diff options
Diffstat (limited to 'tests/extensions/extra/named_markers.txt')
-rw-r--r-- | tests/extensions/extra/named_markers.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/extensions/extra/named_markers.txt b/tests/extensions/extra/named_markers.txt new file mode 100644 index 0000000..d246524 --- /dev/null +++ b/tests/extensions/extra/named_markers.txt @@ -0,0 +1,9 @@ +This is the body with footnotes[^foo] +that have named[^bar] markers and +oddly[^56] numbered[^99] markers. + +[^foo]: Footnote marked ``foo``. +[^bar]: This one is marked *bar*. +[^56]: A __numbered__ footnote. +[^99]: The last one. + |