forked from TrueCloudLab/restic
Fix indentation of blockquotes in github release notes
This commit is contained in:
parent
5b60d49654
commit
9386acc4a6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Details
|
||||||
{{ range $entry := .Entries }}{{ with $entry }}
|
{{ range $entry := .Entries }}{{ with $entry }}
|
||||||
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }}
|
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }}
|
||||||
{{ range $par := .Paragraphs }}
|
{{ range $par := .Paragraphs }}
|
||||||
{{ $par }}
|
{{ indent 3 $par }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ range $id := .Issues -}}
|
{{ range $id := .Issues -}}
|
||||||
{{ ` ` }}[#{{ $id }}](https://github.com/restic/restic/issues/{{ $id -}})
|
{{ ` ` }}[#{{ $id }}](https://github.com/restic/restic/issues/{{ $id -}})
|
||||||
|
|
Loading…
Reference in a new issue