From a3a0104a3e9e48f280c2e9cedca2d1c28880cd27 Mon Sep 17 00:00:00 2001 From: Tanya Bouman Date: Mon, 15 Aug 2022 15:11:21 -0400 Subject: [PATCH] blockquote: apply markdown to author (#75) Signed-off-by: Tanya Bouman Signed-off-by: Tanya Bouman --- layouts/shortcodes/blockquote.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/blockquote.html b/layouts/shortcodes/blockquote.html index 7bc9551..9561521 100644 --- a/layouts/shortcodes/blockquote.html +++ b/layouts/shortcodes/blockquote.html @@ -5,7 +5,7 @@ {{ $quote | markdownify }} {{ with (.Get "author") }}
- — {{ . }} + — {{ . | markdownify }} {{ end }}

\ No newline at end of file