Gemini: Remove   (which I sometimes use)

This commit is contained in:
JP Hastings-Spital 2024-04-29 18:00:30 +01:00
parent f120f0831b
commit 3364fac15c

View file

@ -1,4 +1,4 @@
{{ $sections := split (replaceRE `^\s*` "\n" .) "\n#" -}}
{{ $sections := split (replaceRE ` ` " " .) "\n#" -}}
{{- $first := true -}}
{{- range $sections -}}
{{- $content := . -}}