github withastro/astro @astrojs/markdoc@1.0.0-beta.10

latest releases: @astrojs/db@0.19.0-beta.4, @astrojs/vercel@10.0.0-beta.5, @astrojs/netlify@7.0.0-beta.10...
pre-release9 hours ago

Patch Changes

  • #15457 6e8da44 Thanks @AhmadYasser1! - Fixes custom attributes on Markdoc's built-in {% table %} tag causing "Invalid attribute" validation errors.

    In Markdoc, table exists as both a tag ({% table %}) and a node (the inner table structure). When users defined custom attributes on either nodes.table or tags.table, the attributes weren't synced to the counterpart, causing validation to fail on whichever side was missing the declaration.

    The fix automatically syncs custom attribute declarations between tags and nodes that share the same name, so users can define attributes on either side and have them work correctly.

Don't miss a new astro release

NewReleases is sending notifications on new releases.