fix: greedy trim (#946)
Co-authored-by: Floren Munteanu <19806136+fmunteanu@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
{{- .Title | replaceRE "\n" " " | printf "# %s" -}}
|
||||
|
||||
{{- .Title | replaceRE "\n" " " | printf "# %s" }}
|
||||
{{ .RawContent }}
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
{{- .Title | replaceRE "\n" " " | printf "# %s" -}}
|
||||
|
||||
{{- .Title | replaceRE "\n" " " | printf "# %s" }}
|
||||
{{ .RawContent }}
|
||||
|
||||
Reference in New Issue
Block a user