You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/animations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -342,7 +342,7 @@ Experimental: This is not supported by all browsers. Check the [Browser compatib
342
342
343
343
You can use the `view-transition-name` CSS property to name view transitions, which creates connections between different page elements and smooth transitions when switching slides.
344
344
345
-
You can enable [MDC (Markdown Component) Syntax](https://content.nuxtjs.org/guide/writing/mdc) support to conveniently name view-transitions:
345
+
You can enable [MDC (Markdown Component) Syntax](/syntax#mdc-syntax) support to conveniently name view-transitions:
Copy file name to clipboardExpand all lines: guide/syntax.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -646,11 +646,11 @@ src: ./content.md
646
646
647
647
> Available since v0.43.0
648
648
649
-
Slidev has an experimental support for[MDC (Markdown Components) Syntax](https://content.nuxtjs.org/guide/writing/mdc) powered by [`markdown-it-mdc`](https://github.com/antfu/markdown-it-mdc).
649
+
Slidev supports optional[MDC (Markdown Components) Syntax](https://content.nuxtjs.org/guide/writing/mdc) powered by [`markdown-it-mdc`](https://github.com/antfu/markdown-it-mdc).
650
650
651
651
You can enable it by adding `mdc: true` to the frontmatter of your markdown file.
652
652
653
-
```md
653
+
```mdc
654
654
---
655
655
mdc: true
656
656
---
@@ -664,4 +664,4 @@ The **default** slot
664
664
::
665
665
```
666
666
667
-
Learn more about [the syntax](https://content.nuxtjs.org/guide/writing/mdc).
667
+
Learn more about [the syntax](https://content.nuxt.com/guide/writing/mdc).
0 commit comments