We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hexo clean
按照highlightjs官方文档设置代码语言为x86asm后代码块边框不显示。
hexo 的 _config.yml 中的高亮配置如下:
_config.yml
syntax_highlighter: highlight.js highlight: enable: true line_number: true auto_detect: false tab_replace: '' wrap: true hljs: false prismjs: enable: false preprocess: true line_number: true tab_replace: ''
在文章中插入代码块:
mov rsp, cr3 and rsp, 0xffffffffffffe7ff mov cr3, rsp
代码类型设置为 x86asm 。
x86asm
代码块边框消失。
预期显示 实际显示 具体效果可以看这里
Windows
Chrome
No response
The text was updated successfully, but these errors were encountered:
盲猜是redefine主题匹配代码块的时候找不到这种形式的代码块,导致这一部分采用hexo默认主题渲染的。
Sorry, something went wrong.
EvanNotFound
No branches or pull requests
提交 Issue 前检查清单
hexo clean
,问题仍然存在Bug 描述
按照highlightjs官方文档设置代码语言为x86asm后代码块边框不显示。
复现方法
hexo 的
_config.yml
中的高亮配置如下:在文章中插入代码块:
代码类型设置为
x86asm
。预期结果
代码块边框消失。
截图
预期显示
实际显示
具体效果可以看这里
电脑操作系统
Windows
浏览器
Chrome
版本
No response
移动端设备
No response
移动端操作系统
No response
浏览器
No response
版本
No response
其他
No response
The text was updated successfully, but these errors were encountered: