mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
73fcc7627e
* fix: handle array of tree nodes * test: render null in document node * chore: lock * refactor: consolidate render test logic * chore: changeset
5 lines
133 B
Markdown
5 lines
133 B
Markdown
---
|
|
'@astrojs/markdoc': patch
|
|
---
|
|
|
|
Fix: when using `render: null` in your config, content is now rendered without a wrapper element.
|