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