Open
Description
There's an actual missing feature still, looking at this diff — footnotes. Do you know if these are actually used in Markdown files parsed by docs.rs? They're not supported by GitHub's own README.md renderer, for what it's worth.
Footnotes are now a part of github-favored markdown1, is it now possible to add this feature to the docs?
This mostly involves enabling in Comrak, where they're already supported.
Originally posted by @zStruCat in #117 (comment)