summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar João Paquim <jpaquim@users.noreply.github.com> 2021-07-23 01:29:32 +0100
committerGravatar GitHub <noreply@github.com> 2021-07-22 19:29:32 -0500
commit3b51f4b5e21a1ae1a49826664a525d6b3ee49aea (patch)
treeedad7f4c3c921f7746601c08023265982b31339b /docs/src
parent40875600f112e7a6cbf14017765be3911700af00 (diff)
downloadastro-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.md2
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`.