From bd2c7ac804368ad3d84047ff66e29a7ebf29ccd4 Mon Sep 17 00:00:00 2001 From: Todd Schiller Date: Tue, 9 Jun 2026 07:24:08 -0400 Subject: [PATCH] Fix: docs home before/after grid renders as raw markdown after Astro 6.4 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Astro 6.4 (#202) stopped parsing GFM table rows whose cells contain JSX expressions — the `` components rendered, but the surrounding pipes emitted as literal text in a `

`. Replace the markdown table with a CSS grid of `

` elements so the before/after comparison renders again. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/src/content/docs/index.mdx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 399a951..d4685f3 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -17,9 +17,16 @@ safer, and more accurate. View on GitHub Skill on ClawHub -| Before | After | -| ------------------------------------------------- | ----------------------------------------------- | -| Before agent-browser-shield | After agent-browser-shield | +
+
+ Before agent-browser-shield +
Before
+
+
+ After agent-browser-shield +
After
+
+
## Benefits