hexo插件测试页面
Contents
新环境总担心旧博文的插件会出问题,这个页面里的插件如果没问题的话,其它的也应该没问题。
#flowchart
#安装方法
1 | npm i hexo-filter-flowchart --save |
#参数配置
在 _config.yml
中。
1 | flowchart: |
#效果展示
图 1 程序流程图
#sub,sup,footnote,ins
#安装方法
1 | npm i hexo-renderer-markdown-it --save |
#参数配置
在 _config.yml
中。
1 | markdown: |
#效果展示
#sub
H2O
#sup
x2y2
#footnote
这是一段正文[1]
#ins
inserted
#安装方法
1 | npm i hexo-pdf --save |
#效果展示
#math
#安装方法
1 | npm i hexo-math --save |
#参数配置
在 _config.yml
中。
1 | math: |
#效果展示
$$ \begin{aligned} \dot{x} & = \sigma(y-x) \\ \dot{y} & = \rho x - y - xz \\ \dot{z} & = -\beta z + xy \end{aligned} $$#math
#安装方法
1 | npm i hexo-math --save |
#效果展示
#markdown 渲染
#有序列表
- 1
- 1.1
- 1.1.1
- 1.1
- 2
- 3
- 4
#无序列表
- 1
- 1.1
- 1.1.1
- 1.1
- 2
- 3
- 4
这是脚注 ↩︎