Icons in code block titles don't appear
Author: GitSparTVCreated Jul 15, 2026Updated Aug 7, 2026
Labelspending triage
Describe the bug
Icons in code blocks are not visible, though, in pre-built demo on Slidev site, they exist.
Minimal reproduction
---
comark: true
---
```ts [vue.ts]
console.log(1)
```
Environment
- Slidev version: v52.16.0
- Browser: Chrome
- OS: MacOS
Source: slidevjs/slidev