docsify-footnote

1.0.8 • Public • Published

docsify-footnote

GitHub Release NPM Release

English | 简体中文

A docsify.js plugin for footnote in markdown.

Example

You just need to import this JS script:

<script src="//cdn.jsdelivr.net/npm/docsify-footnote/dist/docsify-footnote.min.js"></script>

Then, enjoy it:

tf[^1]

[^1]: Test File

or

tf^[Test File]

or

tf1[^2]

[^2]: Test File1

demo-1

Configuration

window.$docsify = {
  docsifyFootnote: {
    // Set to true to hide the sub-anchor numbering.
    // https://github.com/Robert-Du0001/docsify-footnote/pull/5
    hideSubAnchor: true,
  }
}

License

MIT License

/docsify-footnote/

    Package Sidebar

    Install

    npm i docsify-footnote

    Weekly Downloads

    24

    Version

    1.0.8

    License

    MIT

    Unpacked Size

    18.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • robert_du