blockquote: apply markdown to author (#75)

Signed-off-by: Tanya Bouman <tanyabouman@gmail.com>

Signed-off-by: Tanya Bouman <tanyabouman@gmail.com>
This commit is contained in:
Tanya Bouman 2022-08-15 15:11:21 -04:00 committed by GitHub
parent d5ffe2f369
commit a3a0104a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
{{ $quote | markdownify }}
{{ with (.Get "author") }}
<br>
<span class="author">&mdash; {{ . }}</span>
<span class="author">&mdash; {{ . | markdownify }}</span>
{{ end }}
</p>
</blockquote>