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')} />