📝 docs: katex support
This commit is contained in:
parent
319522746e
commit
1fe6bd6ca2
@ -228,6 +228,7 @@ baidu_analytics: ''
|
||||
mathjax: true
|
||||
|
||||
# Katex Support
|
||||
# note: need change the hexo-renderer,npm un hexo-renderer-marked -S && npm i hexo-renderer-markdown-it-katex -S
|
||||
katex:
|
||||
enable: false # true
|
||||
allpost: true
|
||||
|
@ -169,6 +169,7 @@ baidu_analytics: ""
|
||||
mathjax: false
|
||||
|
||||
# Katex数学公式(allpost设置为false时只有头部设置math:true的文章才开启)
|
||||
# 需要更换hexo渲染器,npm un hexo-renderer-marked -S && npm i hexo-renderer-markdown-it-katex -S
|
||||
katex:
|
||||
enable: false # true
|
||||
allpost: true
|
||||
|
Loading…
Reference in New Issue
Block a user