Skip to content

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

License

Notifications You must be signed in to change notification settings

kchen0x/hexo-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f714dc · Jul 13, 2023

History

23 Commits
Jul 24, 2019
Nov 4, 2018
Nov 11, 2016
Nov 10, 2016
Nov 10, 2016
Nov 11, 2016
Nov 11, 2016
Nov 10, 2016
Jul 13, 2023
Jun 17, 2023
Jul 13, 2023

Repository files navigation

hexo-reference

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)

Output

footnotes

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published