markdown-it-footnote
markdown-it-footnote copied to clipboard
Footnotes plugin for markdown-it markdown parser
By setting the `backref` option to `false` the backlinks in footnodes are not rendered and the links to the footnode do not contain sub-ids. This is especially useful on documents...
I'm trying to make my references behave like in Wikipedia, where upon hovering a reference a layer appears showing the contents of the footnote without needing to click. This should...
It improves readability for audio readers like macOS VoiceOver. Inspired by this article: https://bribesdereel.net/post/2018/12/02/markdown-footnotes-accessibility (in French) via @llune --- On a side note, it adds support for a constructor options...
Thanks for making this wonderful plugin! I’ve been using this for a while, and this is the only place where I keep feeling there is room for improvement. The syntax...
Hello! I'm using the latest version, and for the following markdown: ```md The key to succeeding in Asia-Pacific is to strongly engage with Chinese passengers both domestically in China and...
It should be more readable now. Also fixed an erroneous pluralisation, and added a space where one should have been.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
The `markdown-it-footnote` renderer "rules" don't treat token attributes the same as the base `markdown-it` renderer. For example, customizing the base link rendering, you can simply add an attribute: ``` function...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @priyagupta108 in actions/setup-node#1374...