为 Hexo 增加流程图解析功能
安装
1 | npm install --save hexo-filter-flowchart |
配置
站点配置文件 _config.yml 中增加如下配置:
1 | flowchart: |
示例
新建文章,增加如下内容:
1 | st=>start: 开始:>http://www.google.com[blank] |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 思学!
评论
GiscusGitalk
1 | npm install --save hexo-filter-flowchart |
站点配置文件 _config.yml 中增加如下配置:
1 | flowchart: |
新建文章,增加如下内容:
1 | st=>start: 开始:>http://www.google.com[blank] |