@sy-records/docsify-footnotes

@sy-records/docsify-footnotes JS library on GitHub @sy-records/docsify-footnotes JS library on npm Download @sy-records/docsify-footnotes JS library

A plugin that supports the use of footnotes in docsify.

Version 2.2.2 License MIT
@sy-records/docsify-footnotes has no homepage
@sy-records/docsify-footnotes JS library on GitHub
@sy-records/docsify-footnotes JS library on npm
Download @sy-records/docsify-footnotes JS library
Keywords
docsifyfootnotesmarkdown

docsify-footnotes

A plugin that supports the use of footnotes in docsify.

一个支持在 docsify 中使用脚注的插件。

Usage

<script src="//cdn.jsdelivr.net/npm/@sy-records/docsify-footnotes/dist/index.min.js"></script>

Example

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.