Skip to content

Commit ba70635

Browse files
kevinzunigacuellarastrobot-houstonHiDeoodelucisElianCodes
authored
Document remark/rehype (#938)
Co-authored-by: Houston (Bot) <[email protected]> Co-authored-by: HiDeoo <[email protected]> Co-authored-by: Chris Swithinbank <[email protected]> Co-authored-by: Elian ☕️ <[email protected]>
1 parent 40a2b31 commit ba70635

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/content/docs/guides/authoring-content.md

+4
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,7 @@ Long, single-line code blocks should not wrap. They should horizontally scroll i
207207
## Other common Markdown features
208208

209209
Starlight supports all other Markdown authoring syntax, such as lists and tables. See the [Markdown Cheat Sheet from The Markdown Guide](https://www.markdownguide.org/cheat-sheet/) for a quick overview of all the Markdown syntax elements.
210+
211+
## Advanced Markdown and MDX configuration
212+
213+
Starlight uses Astro’s Markdown and MDX renderer built on remark and rehype. You can add support for custom syntax and behavior by adding `remarkPlugins` or `rehypePlugins` in your Astro config file. See [“Configuring Markdown and MDX”](https://docs.astro.build/en/guides/markdown-content/#configuring-markdown-and-mdx) in the Astro docs to learn more.

0 commit comments

Comments
 (0)