Open bohr777 opened 2 years ago
首先执行npm uninstall hexo-prism-plugin
然后在根配置文件中修改代码高亮配置为:
highlight:
enable: false
line_number: true
auto_detect: false
tab_replace: ''
wrap: true
hljs: false
prismjs:
enable: true
preprocess: true
line_number: true
tab_replace: ''
最后执行hexo clean
和 hexo server
@oneoness 非常感谢
首先执行
npm uninstall hexo-prism-plugin
然后在根配置文件中修改代码高亮配置为:highlight: enable: false line_number: true auto_detect: false tab_replace: '' wrap: true hljs: false prismjs: enable: true preprocess: true line_number: true tab_replace: ''
最后执行
hexo clean
和hexo server
非常感谢
默认配置下代码块是这样的 演示站点中代码块是这样的 是哪里出了问题呢