0
Fork 0
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:
Chris Swithinbank 2022-12-12 14:14:24 +01:00 committed by GitHub
parent 2bd23e454f
commit f4ff69a3cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/mdx': patch
---
Fix link in MDX integration README

View file

@ -13,7 +13,7 @@ This **[Astro integration][astro-integration]** enables the usage of [MDX](https
## Why MDX? ## 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 ## Installation