hexo 配置 图表
hexo 配置之图表
mermaid
https://github.com/webappdevelp/hexo-filter-mermaid-diagrams
安装模块
1 | $ npm install hexo-filter-mermaid-diagrams --save |
主题 _config.yml
1 | # Mermaid tag |
sequence
安装模块
1 | $ npm install --save hexo-filter-sequence |
flowchart
安装模块
1 | $ npm install --save hexo-filter-flowchart |