1.3.0 • Published 2 years ago

hexo-reference-mashiro v1.3.0

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

hexo-reference-mashiro

Forked from kchen0x and edited from HarborZeng. This allows you to use Markdown footnotes within Hexo's tag plugins and elsewhere. *Must be used with Mashiro.

Installation

npm i hexo-reference-mashiro --save

Note: You MUST do this within your Hexo blog's root directory.

Place <script src="https://cdn.jsdelivr.net/gh/enstars/mashiro@2.0.1/dist/mashiro.js"></script> under <head>.

Syntax

This plugin uses the Markdown language. Due to the limitations of regex, you cannot have two of the same tag in one footnote. You also cannot have a URL that ends with a parenthesis either. Please use plain HTML as a workaround.

I have no idea what's going on. I also heard stuff about other units being trapped in weird places like a desert or a jungle...[^1]

[^1]: Alluding to *[Satellite](https://yoroshikilled.dreamwidth.org/10838.html)* and _[Sandstorm](https://fortunebanquet.tumblr.com/post/659604958452367360/sandstormprologue)._

LIVE PREVIEW: TL archive

Customization

Customize the footnote link's style by making a .msr-fn class in your css.

1.2.4

2 years ago

1.3.0

2 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago