KaTeX配置
-
卸载旧的渲染器
1
npm un hexo-renderer-marked --save
-
安装新的渲染器
1
npm i hexo-renderer-markdown-it-katex
-
_config.yml
配置文件添加如下内容1
2
3
4
5
6
7
8
9
10
11markdown:
render:
html: true
xhtmlOut: false
breaks: true
linkify: true
typographer: true
plugins:
anchors:
level: 1
collisionSuffix: '' -
清理缓存
1
hexo clean
-
重新运行
1
hexo s
-
预览数学公式支持,查看以下公式 (2 * 2 = ) 是否正常显示
1
2 * 2 = $2^3$
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 生活中的tree!