summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/inline-footnotes.test
blob: 28ecb568b325f70ae3b969332e1972ade92738b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\def\markdownOptionInlineFootnotes{true}
<<<
This test ensures that the Lua `footnotes` and `inlineFootnotes` options
correctly propagate through the plain TeX interface.

^[Here is the footnote.  It can go anywhere after the footnote
reference.  It need *not* be placed at the end of the document.]

\^[This should *not* be a footnote, because it has been escaped.]
>>>
codeSpan: footnotes
codeSpan: inlineFootnotes
interblockSeparator
footnote: Here is the footnote. It can go anywhere after the footnote reference. It need (emphasis: not) be placed at the end of the document.
interblockSeparator
circumflex
emphasis: not