diff --git a/layouts/shortcodes/paige/quote.html b/layouts/shortcodes/paige/quote.html index 525fd1c9..1ed65b4c 100644 --- a/layouts/shortcodes/paige/quote.html +++ b/layouts/shortcodes/paige/quote.html @@ -5,10 +5,12 @@ {{ errorf "layouts/shortcodes/paige/quote.html: no content" }} {{ end }} +{{/* The markup below cannot be indented due to nested shortcodes within Markdown. */}} +
{{ $content }}+
{{ $content }}- {{ with $cite }} - - {{ end }} +{{ with $cite }} + +{{ end }}