Fix indentation of blockquotes in github release notes

This commit is contained in:
Michael Eischer 2024-09-05 22:33:57 +02:00
parent 5b60d49654
commit 9386acc4a6

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 -}})