**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) ``` ```` <img width="118" height="61" alt="Image" src="https://github.com/user-attachments/assets/a46a7946-63aa-4e8e-a5ff-ec99502b96dc" /> **Environment** - Slidev version: v52.16.0 - Browser: Chrome - OS: MacOS
Describe the bug
Icons in code blocks are not visible, though, in pre-built demo on Slidev site, they exist.
Minimal reproduction
Environment