mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
* feat: add { extends } to markdown config * test: remark plugins with extends * deps: pnpm lock * chore: changeset * fix: remarkPlugins -> rehypePlugins * docs: update markdown config reference * Revert "feat: add { extends } to markdown config" This reverts commit 5d050bbcf9a2c0d470cae79c4d0a954d489f4e8c. * feat: new "extendDefaultPlugins" flag * docs: update config * nit: We -> Astro applies * fix: backticks on `false` * nit: Note -> REAL note Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * docs: note -> caution Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
6 lines
125 B
Markdown
6 lines
125 B
Markdown
---
|
|
'astro': minor
|
|
'@astrojs/markdown-remark': minor
|
|
---
|
|
|
|
Add "extends" to markdown plugin config to preserve Astro defaults
|