@astrojs/markdoc@1.0.0-beta.7
📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release fixes a bug in Markdoc configuration where custom render components were being overridden by built-in transform functions. Dependencies were also updated.
🐛 Bug Fixes
- Fixed an issue where spreading a built-in Markdoc node config (e.g., `...Markdoc.nodes.fence`) and specifying a custom `render` component would fail because the built-in `transform()` function was overriding the custom component. The custom `render` component now takes precedence over `transform` when both are specified.