diff --git a/layouts/shortcodes/paige/quote.html b/layouts/shortcodes/paige/quote.html index afde21c0..3bf66b0e 100644 --- a/layouts/shortcodes/paige/quote.html +++ b/layouts/shortcodes/paige/quote.html @@ -1,10 +1,8 @@ {{ $align := .Get "align" | default "center" }} -{{ $caption := .Get "caption" }} -{{ $cite := .Get 0 | default (.Get "cite") }} +{{ $caption := .Get "caption" | markdownify }} +{{ $cite := (.Get 0 | default (.Get "cite")) | markdownify }} {{ $float := .Get "float" }} -{{ $caption = $caption | markdownify }} -{{ $cite = $cite | markdownify }} {{ $content := .Inner | markdownify }} {{ $margins := "" }}