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.