mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
Fix link in MDX integration README (#5586)
This commit is contained in:
parent
2bd23e454f
commit
f4ff69a3cd
2 changed files with 6 additions and 1 deletions
5
.changeset/long-glasses-taste.md
Normal file
5
.changeset/long-glasses-taste.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/mdx': patch
|
||||
---
|
||||
|
||||
Fix link in MDX integration README
|
|
@ -13,7 +13,7 @@ This **[Astro integration][astro-integration]** enables the usage of [MDX](https
|
|||
|
||||
## Why MDX?
|
||||
|
||||
MDX allows you to [use variables, JSX expressions and components within Markdown content](https://docs.astro.build/en/guides/markdown-content/#variables-and-components) in Astro. If you have existing content authored in MDX, this integration allows you to bring those files to your Astro project.
|
||||
MDX allows you to [use variables, JSX expressions and components within Markdown content](https://docs.astro.build/en/guides/markdown-content/#mdx-only-features) in Astro. If you have existing content authored in MDX, this integration allows you to bring those files to your Astro project.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Reference in a new issue