Skip to content

Commit

Permalink
Note that remark is the only supported markdown parser (withastro#991)
Browse files Browse the repository at this point in the history
* Note that remark is the only supported markdown parser

Closes withastro#990

* Correct spelling

Co-authored-by: Sarah Rainsberger <[email protected]>

Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
delucis and sarah11918 authored Jul 14, 2022
1 parent efc1f91 commit 171521a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/en/guides/markdown-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,9 @@ Use of the `Markdown` component to render remote Markdown can open you up to a [

## Configuring Markdown

You can customize your Markdown parsing by modifing your `astro.config.mjs`. [Here you can read the full reference](/en/reference/configuration-reference/#markdown-options).
Markdown support in Astro is powered by [remark](https://remark.js.org/), a powerful parsing and processing tool with an active ecosystem. Other Markdown parsers like Pandoc and markdown-it are not currently supported.

You can customize how remark parses your Markdown in `astro.config.mjs`. See [the reference documentation](/en/reference/configuration-reference/#markdown-options) for full configuration details or follow our guides below on how to add remark plugins and customize syntax highlighting.

### Markdown Plugins

Expand Down

0 comments on commit 171521a

Please sign in to comment.