From 31ff4e8b68bb6e7d2059d9a0e2d7b3f09c14804f Mon Sep 17 00:00:00 2001 From: Simon Hischier Date: Wed, 6 Mar 2024 00:09:49 +0100 Subject: [PATCH] Update markdown-content.mdx --- src/content/docs/en/guides/markdown-content.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/guides/markdown-content.mdx b/src/content/docs/en/guides/markdown-content.mdx index 6092d335eb6e1..893fa870bed04 100644 --- a/src/content/docs/en/guides/markdown-content.mdx +++ b/src/content/docs/en/guides/markdown-content.mdx @@ -572,7 +572,7 @@ export default defineConfig({ ### Syntax Highlighting -Astro comes with built-in support for [Shiki](https://shiki.matsu.io/) (via [Shikiji](https://github.com/antfu/shikiji)) and [Prism](https://prismjs.com/). This provides syntax highlighting for: +Astro comes with built-in support for [Shiki](https://shiki.matsu.io/) (via [Shikiji](https://github.com/shikijs/shiki)) and [Prism](https://prismjs.com/). This provides syntax highlighting for: - all code fences (\`\`\`) used in a Markdown or MDX file. - content within the [built-in `` component](/en/reference/api-reference/#code-) (powered by Shiki).