From 3d2013527530e903d77bd39841433433fe7cbf42 Mon Sep 17 00:00:00 2001 From: zhixiangyao Date: Thu, 20 Mar 2025 14:31:14 +0800 Subject: [PATCH] docs: update features/mdc.md A url linking error found while reading the docs, posting a PR by the way... --- features/mdc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/mdc.md b/features/mdc.md index f361b5e1..24884a5f 100644 --- a/features/mdc.md +++ b/features/mdc.md @@ -10,7 +10,7 @@ description: | # MDC 语法 -Slidev 支持可选的 [MDC (Markdown Components) 语法](https://content.nuxt.com/usage/markdown),由 [`markdown-it-mdc`](https://github.com/antfu/markdown-it-mdc) 驱动。 +Slidev 支持可选的 [MDC (Markdown Components) 语法](https://content.nuxt.com/docs/files/markdown#mdc-syntax),由 [`markdown-it-mdc`](https://github.com/antfu/markdown-it-mdc) 驱动。 你可以通过在 markdown 文件的 frontmatter 中添加 `mdc:true` 来启用它。