-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Citation-style footnote support #47
Comments
I can see how this feature can be useful, and I definitely have used it in pandoc / multimarkdown implementations before. My only hesitation is that it lacks a formally defined grammar, and at first glance pandoc's definition makes it hard to distinguish between a paragraph in the footnote and a code block, since both are indented with four spaces. Not to say that there aren't way around this, but the implementation requires some careful planning. I certainly don't want to be the person to say that, simply because CommonMark does not support this kind of footnotes, mistletoe is not going to support it (in fact, I would love to see CommonMark add this to the spec). Nevertheless, neither GitHub nor CommonMark supports it, which means that implementing it should not be mistletoe's first priority as of this moment. Another reason is that I also have not figured out a formalized way to deal with footnote-style links. Hacking further features onto an already hacky solution is something I'm not very willing to do. My thoughts on this matter, in short, are as follows:
I'll leave this issue open until I finally get around to implementing this feature, possibly in the next major version release. Let me know if anything is unclear. Thank you! |
Hello there, any news about this topic ? There is a side project (but it doesn't look really active now) known as mistletoe-ebp. From this alternative solution I managed to get something that I believe look good :
which in turns render :
Any chance the implemented solution from mistletoe-epb to be imported in the original project ? Anything I can do for help ? |
@DenisSalem, sorry for a late response, I've kind of forgotten about this. I can see that even GitHub already implements the footnotes, so it would be nice to have them too. If you want to and have some spare time left, the best way you can help is to create a PR. Of course, adding some other useful remarks helps as well. :) |
Hi,
If I'm not wrong Footnotes are not supported by mistletoe.
I saw something about footlink but not footnotes.
Example:
The text was updated successfully, but these errors were encountered: