diff options
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/9576.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/command/9576.md b/test/command/9576.md new file mode 100644 index 000000000..e529a8f29 --- /dev/null +++ b/test/command/9576.md @@ -0,0 +1,23 @@ +``` +% pandoc -t native +::: {#something} +Text with a footnote.[^3] + +[^3]: A footnote. +::: +^D +[ Div + ( "something" , [] , [] ) + [ Para + [ Str "Text" + , Space + , Str "with" + , Space + , Str "a" + , Space + , Str "footnote." + , Note [ Para [ Str "A" , Space , Str "footnote." ] ] + ] + ] +] +``` |
