renbaoshuo / hexo-theme-pure

🎨 A pure, modern and simple theme for Hexo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

代码高亮无效果

bellasource opened this issue · comments

文件_config.yml中配置
highlight:
enable: true
auto_detect: true
line_number: false # This value must be false
wrap: false # This value must be false
tab_replace: " " # 4 spaces
hljs: true # This value must be true
prismjs:
enable: false

文章中

function fn (){
  console.log(11111)
}

页面中代码没有高亮显示。