mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
* make remark-rehype config available in astro.config.mjs * add test for remark-rehype config, checks that footnotes can be translated * update lockfile to take the added test into account * omit handlers and unkownHandler from the RemarkRehype type * define RemarkRehype with proper references to the handler and handlers types * formatting * changeset Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
6 lines
116 B
Markdown
6 lines
116 B
Markdown
---
|
|
'astro': minor
|
|
'@astrojs/markdown-remark': minor
|
|
---
|
|
|
|
Makes remark-rehype options available in astro.config.mjs
|