Results 208 comments of _Kerman

This problem is kind of tricky😥

> Ok but how do you get this working in the slidev website? Which configuration do you actually use for the `ci:publish`? The website is built with VitePress, where this...

VitePress and Slidev are diffrent softwares. Installing VitePress as a dependency doesn't affect how Slidev runs. Code group is a built-in feature in VitePress, but this feature is currently incompatible...

The "code-group" feature is in the doc because it visually looks better than just putting two code blocks in a column 😇. Other project's docs like Vue also uses this...

Looks like an UnoCSS issue. Slidev won't exclude code block contents from the UnoCSS input to avoid unnecessary complexity. Could you help find/open an issue in UnoCSS's repo?

It seems that the link in the docs is wrong - it should be https://github.com/slidevjs/rough-notation instead of the react one. And in the original rough-notation and our fork, this `animationDelay`...

I tried the reproduction, and the slides ran without reporting any errors. But it shows up kind of buggy: ![Image](https://github.com/user-attachments/assets/3305900f-bbc6-4ab4-8a07-f94669391e80)

The `::slot-name::` syntax sugar seems to only work with slide-level slots currently🤔 We may improve this behavior in the future.

I recently rewrote the extension in #2390. You can try it by installing the VSIX file inside [this zip](https://github.com/user-attachments/files/23989322/slidev-52.10.2-beta.1.zip).