mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
This is reserved for footnotes.
Fixes a regression introduced by 0a93acf.
Closes #7723.
9 lines
108 B
Markdown
9 lines
108 B
Markdown
```
|
|
% pandoc -t native
|
|
Bug![^1]
|
|
|
|
[^1]: Note.
|
|
^D
|
|
[ Para [ Str "Bug!" , Note [ Para [ Str "Note." ] ] ] ]
|
|
```
|