0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/.changeset/violet-mice-push.md
2022-12-20 23:08:15 +01:00

7 lines
327 B
Markdown

---
'@astrojs/markdown-remark': minor
---
Refactor and export `rehypeHeadingIds` plugin
The `rehypeHeadingIds` plugin injects IDs for all headings in a Markdown document and can now also handle MDX inputs if needed. You can import and use this plugin if you need heading IDs to be injected _before_ other rehype plugins run.