I’m not entirely sure what the canon style is since the original Markdown itself doesn’t include support for footnotes, but in most sites I’ve seen (including the one run by John Gruber, who created Markdown) return links from footnotes are present in the last <p> or similar block level tag, rather than as a separate top level link after it.
It would be nice to have an option of using that style with this package.
EDIT: Playing around with MDX and seems like they also support inline footnote return links, as tested here: mdxjs.com/playground
I’m not entirely sure what the canon style is since the original Markdown itself doesn’t include support for footnotes, but in most sites I’ve seen (including the one run by John Gruber, who created Markdown) return links from footnotes are present in the last
<p>
or similar block level tag, rather than as a separate top level link after it.It would be nice to have an option of using that style with this package.
EDIT: Playing around with MDX and seems like they also support inline footnote return links, as tested here: mdxjs.com/playground