diff --git a/src/components/InteractiveCode.astro b/src/components/InteractiveCode.astro index 0975b33..3dd8cf3 100644 --- a/src/components/InteractiveCode.astro +++ b/src/components/InteractiveCode.astro @@ -99,7 +99,15 @@ function highlightCode(lines: Array): string { const codeHtml = highlightCode(trimAndDedent(code)); --- -
+
thp code
@@ -117,36 +125,42 @@ const codeHtml = highlightCode(trimAndDedent(code));
-