@astrojs/markdoc@1.0.0-beta.10
📦 astroView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release resolves an issue in Markdoc where custom attributes on the built-in `table` tag/node were not being synchronized, leading to validation errors.
🐛 Bug Fixes
- Fixed custom attributes on Markdoc's built-in `{% table %}` tag that caused "Invalid attribute" validation errors by automatically syncing custom attribute declarations between tags and nodes sharing the same name.