Skip to content

Commit

Permalink
docs: update markdown doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Jul 1, 2021
1 parent 575e7fc commit c25ecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/markdown-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In addition to [custom components inside the `<Markdown>` component](#markdown-c

Also, Astro supports third-party plugins for Markdown. You can provide your plugins in `astro.config.mjs`.

**Note that:** When plugins are provided you opt-out the pre-enabled plugins.
> **Note** Enabling custom `remarkPlugins` or `rehypePlugins` removes Astro's built-in support for [GitHub-flavored Markdown](https://github.github.com/gfm/) support, [Footnotes](https://github.com/remarkjs/remark-footnotes) syntax, [Smartypants](https://github.com/silvenon/remark-smartypants). You must explicitly add these plugins to your `astro.config.mjs` file, if desired.
## Add a markdown plugin in Astro

Expand Down

0 comments on commit c25ecff

Please sign in to comment.