diff options
author | 2022-10-27 03:58:54 -0400 | |
---|---|---|
committer | 2022-10-27 15:58:54 +0800 | |
commit | 6e417a96367f38312ed2937c5011b25433cdbfaa (patch) | |
tree | c7f43b492f777c6a4eee078e4114f2ca22f58334 | |
parent | 3d99fdd1e7ea563775d86d1b00196c4c0c024500 (diff) | |
download | astro-6e417a96367f38312ed2937c5011b25433cdbfaa.tar.gz astro-6e417a96367f38312ed2937c5011b25433cdbfaa.tar.zst astro-6e417a96367f38312ed2937c5011b25433cdbfaa.zip |
Fix broken fragment link (#5200)
-rw-r--r-- | packages/integrations/mdx/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/integrations/mdx/README.md b/packages/integrations/mdx/README.md index 7b2662281..ade680fbd 100644 --- a/packages/integrations/mdx/README.md +++ b/packages/integrations/mdx/README.md @@ -194,8 +194,7 @@ export default { …every MDX file will have `customProperty` in its frontmatter! See [our Markdown documentation](https://docs.astro.build/en/guides/markdown-content/#injecting-frontmatter) for more usage instructions and a [reading time plugin example](https://docs.astro.build/en/guides/markdown-content/#example-calculate-reading-time). ### Layouts - -Layouts can be applied [in the same way as standard Astro Markdown](https://docs.astro.build/en/guides/markdown-content/#markdown-layouts). You can add a `layout` to [your frontmatter](#frontmatter) like so: +Layouts can be applied [in the same way as standard Astro Markdown](https://docs.astro.build/en/guides/markdown-content/#frontmatter-layout). You can add a `layout` to [your frontmatter](#frontmatter) like so: ```yaml --- |