0%

hexo中Markdown使用非number类型的footnote

使用hexo-footnote扩展

安装hexo-footnote扩展

1
npm install hexo-footnote --save

配置hexo-footnote扩展

_config.yml文件中补充扩展说明:

1
2
plugins:
- hexo-footnote

修改扩展配置:

1
2
footnote:
location_target_class: location-target

使用语法

1
2
3
4
5
6
7
8
9
10
basic footnote1
here is an inline footnote[^2](inline footnote)
and another one3
and another onedemo

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

例子:imfootnote


  1. imfootnote.这是一个脚注
请我喝瓶肥仔快乐水?

欢迎关注我的其它发布渠道