mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
619dfa2a2a
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." ] ] ] ]
|
|
```
|