1.0.9 • Published 4 years ago

hexo-reference-updated v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

hexo-reference

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-reference --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-reference

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)

See Demo here.

Output

footnotes

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago