From 3364fac15c064869cb0414a5337befffbb54c4f2 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Mon, 29 Apr 2024 18:00:30 +0100 Subject: [PATCH] Gemini: Remove   (which I sometimes use) --- layouts/partials/markdown.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/markdown.gmi b/layouts/partials/markdown.gmi index 342c8b45..0973a5ba 100644 --- a/layouts/partials/markdown.gmi +++ b/layouts/partials/markdown.gmi @@ -1,4 +1,4 @@ -{{ $sections := split (replaceRE `^\s*` "\n" .) "\n#" -}} +{{ $sections := split (replaceRE ` ` " " .) "\n#" -}} {{- $first := true -}} {{- range $sections -}} {{- $content := . -}}