Skip to content

A plugin to support markdown footnotes in your Hexo blog posts

License

Notifications You must be signed in to change notification settings

gitter-badger/hexo-footnotes

 
 

Repository files navigation

hexo-footnotes

npm version npm dependencies travis build status npm download/month

A plugin to support markdown footnotes in your Hexo blog posts

Installation

npm install hexo-footnotes --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-footnotes

Syntax

Mardown

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

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

Output

footnotes

About

A plugin to support markdown footnotes in your Hexo blog posts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%