Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/markdown-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ When using the frontmatter `layout` property, you must include the `<meta charse

## Fetching Remote Markdown

Astro does not include built-in support for remote Markdown outside of [content collections](/en/guides/content-collections/).
Astro does not include built-in support for remote Markdown.

To fetch remote Markdown directly and render it to HTML, you will need to install and configure your own Markdown parser from NPM. This will not inherit from any of Astro's built-in Markdown settings that you have configured.

Expand Down