From fc9b8ed15ab67692230e58fe41dc6f9a22f8939a Mon Sep 17 00:00:00 2001 From: RandomGamingDev Date: Sat, 13 Jun 2026 15:01:54 -0400 Subject: [PATCH] fixed #1435 --- src/components/AnnotatedCode/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AnnotatedCode/index.astro b/src/components/AnnotatedCode/index.astro index 95477f8051..75743ef0aa 100644 --- a/src/components/AnnotatedCode/index.astro +++ b/src/components/AnnotatedCode/index.astro @@ -93,7 +93,7 @@ for (const attr of codeTag.attributes) { {rows.map((row, i) => { const lineNodes = lines.slice(row.startLine, row.endLine); return ( - +
 n.outerHTML).join('\n')} />