You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2026. It is now read-only.
pandoc provides two sorts of footnotes. The syntax uses [^refid] instead of {^refid} for the reference, and [^refid]: text instead of {refid} text for the footnote itself. Any reason for the disparity?
Then there's also the inline reference ^[some note], and the fact that pandoc collects all scattered footnotes into a special <div> at the bottom of the document.
And the markup is different as well, but that doesn't really bother me too much.
pandoc provides two sorts of footnotes. The syntax uses
[^refid]instead of{^refid}for the reference, and[^refid]: textinstead of{refid} textfor the footnote itself. Any reason for the disparity?Then there's also the inline reference
^[some note], and the fact that pandoc collects all scattered footnotes into a special<div>at the bottom of the document.And the markup is different as well, but that doesn't really bother me too much.