diff options
author | 2021-07-23 01:29:32 +0100 | |
---|---|---|
committer | 2021-07-22 19:29:32 -0500 | |
commit | 3b51f4b5e21a1ae1a49826664a525d6b3ee49aea (patch) | |
tree | edad7f4c3c921f7746601c08023265982b31339b /docs | |
parent | 40875600f112e7a6cbf14017765be3911700af00 (diff) | |
download | astro-3b51f4b5e21a1ae1a49826664a525d6b3ee49aea.tar.gz astro-3b51f4b5e21a1ae1a49826664a525d6b3ee49aea.tar.zst astro-3b51f4b5e21a1ae1a49826664a525d6b3ee49aea.zip |
docs: fix broken link to Markdown component (#827)
Diffstat (limited to '')
-rw-r--r-- | docs/src/pages/guides/markdown-content.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/markdown-content.md b/docs/src/pages/guides/markdown-content.md index 9c6c5b78c..0717ba158 100644 --- a/docs/src/pages/guides/markdown-content.md +++ b/docs/src/pages/guides/markdown-content.md @@ -7,7 +7,7 @@ Astro comes with out-of-the-box Markdown support powered by the expansive [remar ## Remark and Rehype Plugins -In addition to custom components inside the [`<Markdown>` component](/guides/markdown-content#markdown-component), Astro comes with [GitHub-flavored Markdown](https://github.github.com/gfm/) support, [Footnotes](https://github.com/remarkjs/remark-footnotes) syntax, [Smartypants](https://github.com/silvenon/remark-smartypants), and syntax highlighting via [Prism](https://prismjs.com/) pre-enabled. +In addition to custom components inside the [`<Markdown>` component](/guides/markdown-content#astros-markdown-component), Astro comes with [GitHub-flavored Markdown](https://github.github.com/gfm/) support, [Footnotes](https://github.com/remarkjs/remark-footnotes) syntax, [Smartypants](https://github.com/silvenon/remark-smartypants), and syntax highlighting via [Prism](https://prismjs.com/) pre-enabled. Also, Astro supports third-party plugins for Markdown. You can provide your plugins in `astro.config.mjs`. |