11 lines
575 B
Markdown
11 lines
575 B
Markdown
|
---
|
||
|
'@astrojs/markdown-remark': minor
|
||
|
---
|
||
|
|
||
|
- Upgraded dependencies
|
||
|
- Replaced `remark-slug` with `rehype-slug` because [it was deprecated](https://github.com/remarkjs/remark-slug)
|
||
|
- Replaced `@silvenon/remark-smartypants` with `remark-smartypants` because its name was changed
|
||
|
- Disable **all** built-in plugins when custom remark and/or rehype plugins are added
|
||
|
- Removed `remark-footnotes` because [`remark-gfm` now supports footnotes](https://github.com/remarkjs/remark-gfm/releases/tag/3.0.0)
|
||
|
- Re-added `remark-smartypants` and `rehype-slug` to the default plugins list
|