hexo-theme-matery icon indicating copy to clipboard operation
hexo-theme-matery copied to clipboard

代码块显示异常

Open bohr777 opened this issue 2 years ago • 3 comments

默认配置下代码块是这样的 image 演示站点中代码块是这样的 image 是哪里出了问题呢

bohr777 avatar Mar 14 '22 10:03 bohr777

首先执行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 cleanhexo server

Sagiri-kawaii01 avatar Apr 06 '22 11:04 Sagiri-kawaii01

@oneoness 非常感谢

Snowfly-Guo avatar Apr 09 '22 08:04 Snowfly-Guo

首先执行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 cleanhexo server

非常感谢

wulalacho avatar Aug 04 '22 03:08 wulalacho