An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# docsify-footnotes

[![](https://data.jsdelivr.com/v1/package/npm/@sy-records/docsify-footnotes/badge)](https://www.jsdelivr.com/package/npm/@sy-records/docsify-footnotes)
[![](https://img.shields.io/npm/v/@sy-records/docsify-footnotes.svg?style=flat-square)](https://www.npmjs.com/package/@sy-records/docsify-footnotes)
[![](https://img.shields.io/npm/l/@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.
```

![](screenshots.png)