Fix indentation of blockquotes in github release notes

This commit is contained in:
Michael Eischer 2024-09-05 22:33:57 +02:00
parent 8a0edde407
commit 3df8337d63

View file

@ -15,7 +15,7 @@ Details
{{ range $entry := .Entries }}{{ with $entry }}
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }}
{{ range $par := .Paragraphs }}
{{ $par }}
{{ indent 3 $par }}
{{ end }}
{{ range $id := .Issues -}}
{{ ` ` }}[#{{ $id }}](https://github.com/restic/restic/issues/{{ $id -}})