From 04ebd4f10ab013e26e248d03d19ee2104b7c6704 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 23 Jul 2024 08:41:22 -0700 Subject: [PATCH] Add a inside the
 codeblocks

Tess suggested I do this.
---
 layouts/_default/_markup/render-codeblock.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/layouts/_default/_markup/render-codeblock.html b/layouts/_default/_markup/render-codeblock.html
index 785cd1e..42568cd 100644
--- a/layouts/_default/_markup/render-codeblock.html
+++ b/layouts/_default/_markup/render-codeblock.html
@@ -1,4 +1,6 @@
 {{- $highlighted := transform.HighlightCodeBlock . -}}
 
-  {{- $highlighted.Inner -}}
+  
+    {{- $highlighted.Inner -}}
+