Is the given Markdown compiler run section-by-section? I cannot get footnotes to work properly (using kramdown+GFM) unless I put the footnote body right under the paragraph, and then the footnote appears in the middle of the text. I would expect to be able to define the footnote wherever and have it appear at the bottom in the resulting HTML.
I know it's late but I also faced the similar issue. Turn out the Markdown compiler runs through block by block; not the whole text, so the footnotes are always appended at the end of each paragraph.
Hi,
Is the given Markdown compiler run section-by-section? I cannot get footnotes to work properly (using kramdown+GFM) unless I put the footnote body right under the paragraph, and then the footnote appears in the middle of the text. I would expect to be able to define the footnote wherever and have it appear at the bottom in the resulting HTML.
Cheers, Max