GitbookIO / kramed

A markdown (kramdown compatible) parser and compiler. Built for speed. (Fork of marked)
MIT License
223 stars 47 forks source link

Multiline footnotes #21

Open piranna opened 9 years ago

piranna commented 9 years ago

According to https://github.com/GitbookIO/kramed/commit/e5604a6d5c48433afaebc4d9886ecbf07550c6c5#diff-c4b68449111e40246a8891a59fb8b417R30 Kramed only support one-line footnotes, but according to MultiMarkDown specification in what Kramed footnotes are based, it lacks support for multiline footnotes. I think it would be as simple as update the regular expression.

piranna commented 9 years ago

This would be related to https://github.com/GitbookIO/gitbook/issues/131 and https://github.com/GitbookIO/gitbook/issues/134

chrxn commented 6 years ago

It would be great to include support for the footnote syntax seen here: https://pandoc.org/MANUAL.html#footnotes