https://github.com/sy-records/docsify-footnotes
:leftwards_arrow_with_hook: A plugin that supports the use of footnotes in docsify.
https://github.com/sy-records/docsify-footnotes
docsify docsify-plugin footnotes
Last synced: about 2 months ago
JSON representation
:leftwards_arrow_with_hook: A plugin that supports the use of footnotes in docsify.
- Host: GitHub
- URL: https://github.com/sy-records/docsify-footnotes
- Owner: sy-records
- License: mit
- Created: 2022-03-27T01:41:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T02:28:19.000Z (4 months ago)
- Last Synced: 2025-04-06T08:11:29.345Z (about 2 months ago)
- Topics: docsify, docsify-plugin, footnotes
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docsify-footnotes
[](https://www.jsdelivr.com/package/npm/@sy-records/docsify-footnotes)
[](https://www.npmjs.com/package/@sy-records/docsify-footnotes)
[](https://github.com/sy-records/docsify-footnotes/blob/master/LICENSE)A plugin that supports the use of footnotes in docsify.
一个支持在 docsify 中使用脚注的插件。
## Usage
```html
```
## Example
```markup
Here's a simple footnote,[^1] and here's a longer one.[^bignote][^1]: This is the first footnote.
[^bignote]: Here's one with multiple paragraphs and code.
Indent paragraphs to include them in the footnote.
`{ my code }`
Add as many paragraphs as you like.
```