Closed JarmoHu closed 11 months ago
Thanks for opening this issue, maintainers will get back to you as soon as possible!
谢谢反馈,应该修复了: https://github.com/next-theme/hexo-theme-next/commit/269eae34c415bc253cefb2cb7b409127a7de944e 如果你没有对主题代码做过自定义的话,可以重新安装github上的最新版本看看有没有问题
npm i next-theme/hexo-theme-next
谢谢反馈,应该修复了: 269eae3 如果你没有对主题代码做过自定义的话,可以重新安装github上的最新版本看看有没有问题
npm i next-theme/hexo-theme-next
问题已修复,感谢。
将代码高亮切换为prismjs,高亮会消失,切换为highlight可以显示高亮 next版本 8.20.0 hexo 版本 7.2.0
@yunnysunny 新版Hexo设置代码高亮的语法变成这样了:
syntax_highlighter: prismjs
(这样设计是为了允许第三方插件开发highlight和prismjs之外的代码高亮引擎) 可以检查一下是不是这个设置的问题
Issue Checklist
Expected behavior
代码可以高亮
Actual behavior
不用next主题代码可以高亮,用了就不行。 demo: https://blog-2bl.pages.dev/posts/workers-jsdeliver#more 全部源文件:hexo-next.zip
Steps to reproduce the behavior
主题设置为next,就hexo cl然后hexo s就行了
Node.js and NPM Information
Package dependencies Information
Hexo Configuration
NexT Configuration
Other Information
No response