From 2da54f09e3ca186091622bfc42e04bbe0ba3518b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 25 Jul 2024 13:12:10 -0700 Subject: [PATCH] Layouts: Remove whitespace between
 and  elements
 in codeblocks

---
 layouts/_default/_markup/render-codeblock.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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