mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
619dfa2a2a
This is reserved for footnotes.
Fixes a regression introduced by 0a93acf.
Closes #7723.
108 B
108 B
% pandoc -t native
Bug![^1]
[^1]: Note.
^D
[ Para [ Str "Bug!" , Note [ Para [ Str "Note." ] ] ] ]