v4.17.0
新增特性
- 🌟 使用
::open
强制展开代码块。
修复问题
- 🐞 配置mermaid实例后,仍然添加了CDN链接(#580)。
- 🐞 单块代码块独立存在时,同步滚动失效。
- 🐞 当
noHighlight
为true
时,仍然能高亮代码。
New Features
- 🌟 Force expand code block with
::open
.
Fixed Bugs
- 🐞 After configuring the mermaid instance, a CDN link was still appended(#580).
- 🐞 When a single code block exists independently, synchronous scrolling fails.
- 🐞 When
noHighlight
is set totrue
, code highlighting still occurs.