0.2.0 • Published 2 years ago

hexo-plugin-reference v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

hexo-reference

Forked from kchen0x/hexo-reference

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

UPDATED!!

Escaped some HTML characters (&·<·>·'·") in the footnote content. (e.g. "footnote text with quotes" below)

Lorem ipsum[`link description`](https://example.com)[^1]

[^1]: "footnote text with quotes"[https://example.com](https://example.com)

Installation

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

0.2.0-beta-0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago