diff --git a/demo/starter/slides.md b/demo/starter/slides.md index 6d012a499c..2f05a1bce4 100644 --- a/demo/starter/slides.md +++ b/demo/starter/slides.md @@ -190,7 +190,7 @@ Powered by [shiki-magic-move](https://shiki-magic-move.netlify.app/), Slidev sup Add multiple code blocks and wrap them with ````md magic-move (four backticks) to enable the magic move. For example: -````md magic-move +````md magic-move {at:0} ```ts const author = reactive({ name: 'John Doe', @@ -234,6 +234,8 @@ export default { } ``` +Non-code blocks are ignored. + ```vue