Add Markdown processing for RSS description

This commit is contained in:
Will Faught
2022-12-13 20:32:57 -08:00
parent c8b352af42
commit 1c672a84f7

View File

@@ -55,7 +55,7 @@
{{ else if .Summary }}
<description>{{ .Summary | html }}</description>
{{ else if .Description }}
<description>{{ .Description | html }}</description>
<description>{{ .Description | markdown | html }}</description>
{{ end }}
</item>
{{ end }}