GitbookIO / kramed

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

convert links to footnotes #7

Closed piranna closed 9 years ago

piranna commented 9 years ago

Add option so inline links are converted and rendered as footnotes. This would allow to show them when printing. Also, instead of just convert them as footnotes, they could be arranged in a structure and collected with other ones so GitBook could use it to create a bibliography appendix.

AaronO commented 9 years ago

@piranna I think this should be handled as part of gitbook, since it's it more gitbook specific rather than related to a markdown parser/renderer.

Feel free to open up an issue on gitbook as soon as the 2.0.0 is out :)

piranna commented 9 years ago

I though it would make sense here since kramed has already support for footnotes, but from a parser-output scheme, it's obviously a output (GitBook) issue :-) I'll open it now.