jerryc127 / hexo-theme-butterfly

🦋 A Hexo Theme: Butterfly
https://butterfly.js.org
Apache License 2.0
6.8k stars 1.24k forks source link

[Bug]: butterfly对于 无序列表中的代码块渲染出错 #1464

Closed QSlotus closed 3 months ago

QSlotus commented 3 months ago

使用的 Butterfly 版本? | What version of Butterfly are you use?

4.13.0

是否修改过主题文件? || Has the theme files been modified?

不是 (No)

使用的瀏覽器? || What browse are you using?

Edge

使用的系統? || What operating system are you using?

Windows

依賴插件 | Package dependencies Information

PS E:\桌面\Github Files\blog-sources> npm ls --depth 0 
hexo-site@0.0.0 E:\桌面\Github Files\blog-sources
├── hexo-abbrlink@2.2.1
├── hexo-blog-encrypt@3.1.9
├── hexo-butterfly-hpptalk@1.0.4
├── hexo-deployer-git@4.0.0
├── hexo-generator-archive@2.0.0
├── hexo-generator-category@2.0.0
├── hexo-generator-feed@3.0.0
├── hexo-generator-index@3.0.0
├── hexo-generator-searchdb@1.4.1
├── hexo-generator-sitemap@3.0.1
├── hexo-generator-tag@2.0.0
├── hexo-renderer-ejs@2.0.0
├── hexo-renderer-marked@6.2.0
├── hexo-renderer-pug@3.0.0
├── hexo-renderer-stylus@3.0.1
├── hexo-server@3.0.0
├── hexo-tag-aplayer@3.0.4
├── hexo-theme-landscape@1.0.0
├── hexo-wordcount@6.0.1
└── hexo@7.1.1

問題描述 | Describe the bug

如题。 这是我的markdown内容: image 在vscode自带的markdown渲染中是正常的: image 而使用 hexo s 后预览的界面却渲染错误: image

出現問題網站 | Website

jerryc127 commented 3 months ago

主题不负责渲染 你可以去 hexo-renderer-marked 或者 hexo 反馈下

QSlotus commented 3 months ago

好,谢谢

jerryc127 commented 3 months ago

https://github.com/hexojs/hexo/issues/5423

看起来有人反馈了