Hexo中启用Katex
Hexo中启用Katex
首先你需要下载插件:
1 | npm un hexo-renderer-marked --save # 如果有安装这个的话,卸载 |
然后在hexo的根目录的 _config.yml 中配置:
1 | markdown: |
最后在Butterfly的配置文件中找到math,改为:
1 | # About the per_page |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 zhangxixi的博客!
首先你需要下载插件:
1 | npm un hexo-renderer-marked --save # 如果有安装这个的话,卸载 |
然后在hexo的根目录的 _config.yml 中配置:
1 | markdown: |
最后在Butterfly的配置文件中找到math,改为:
1 | # About the per_page |