hexo-footnote

1.0.4 • Public • Published

hexo-footnote

npm version travis build status Coverage Status npm dependencies npm dev dependencies

A plugin to support markdown footnotes and Wiki-Style tooltip reference in your Hexo blog posts.

Installation

npm install hexo-footnote --save

If Hexo detect automatically all plugins, that's all.

If that is not the case, register the plugin in your _config.yml file :

plugins:
  - hexo-footnote

Configuration

footnote:
  location_target_class: location-target

Syntax

Mardown

basic footnote[^1]
here is an inline footnote[^2](inline footnote)
and another one[^3]
and another one[^demo]

[^1]: basic footnote content
[^3]: paragraph
footnote
content
[^demo]: footnote content with some [markdown](https://en.wikipedia.org/wiki/Markdown)

See Demo here.

Output

footnotes

/hexo-footnote/

    Package Sidebar

    Install

    npm i hexo-footnote

    Weekly Downloads

    10

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    22 kB

    Total Files

    13

    Last publish

    Collaborators

    • leo18