Socket
Socket
Sign inDemoInstall

hexo-footnotes

Package Overview
Dependencies
7
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hexo-footnotes

A plugin to support markdown footnotes in your Hexo blog posts


Version published
Weekly downloads
47
decreased by-26.56%
Maintainers
1
Install size
834 kB
Created
Weekly downloads
 

Readme

Source

hexo-footnotes

npm version npm dependencies npm dev dependencies travis build status npm download/month npm download/total gitter chat

A plugin to support markdown footnotes in your Hexo blog posts

This plugin is no longer maintained, I recommend you to use hexo-renderer-markdown-it which supports footnotes and many more features.

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

Keywords

FAQs

Last updated on 24 Nov 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc