zyedidia / Literate

A literate programming tool for any language
https://zyedidia.github.io/literate/
Other
671 stars 46 forks source link

Markdown compiler #29

Open tekknolagi opened 6 years ago

tekknolagi commented 6 years ago

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

dangkhoasdc commented 2 years ago

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.