JSPM

hexo-plugin-footnote

1.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q34089F
  • License MIT

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

Package Exports

  • hexo-plugin-footnote
  • hexo-plugin-footnote/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hexo-plugin-footnote) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hexo-reference

npm version

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

Installation

npm install hexo-plugin-footnote --save

OR

yarn add hexo-plugin-footnote -D

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

Syntax

Mardown

basic footnote[^1]
here is an inline footnote[^2](inline footnote)
footnote with markdown[^3]

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

See Demo here.

Output