Merge pull request #337 from wilsonehusin/summary-no-markdown

Don't markdownify `.Summary`
This commit is contained in:
Radek Kozieł 2022-10-22 11:30:51 +02:00 committed by GitHub
commit 578cff2c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
{{ else if .Description }}
{{ .Description | markdownify }}
{{ else }}
{{ .Summary | markdownify }}
{{ .Summary }}
{{ end }}
</div>