diff --git a/layouts/shortcodes/paige/figure.html b/layouts/shortcodes/paige/figure.html index af4c79b3..1f6b8915 100644 --- a/layouts/shortcodes/paige/figure.html +++ b/layouts/shortcodes/paige/figure.html @@ -1,6 +1,6 @@ {{ $align := .Get "align" }} {{ $caption := .Get 0 | default (.Get "caption") }} -{{ $content := .Inner | markdownify }} +{{ $content := .Inner }} {{ $float := .Get "float" }} {{ $height := .Get "height" }} {{ $justify := .Get "justify" }} diff --git a/layouts/shortcodes/paige/quote.html b/layouts/shortcodes/paige/quote.html index 44f39999..b5a28ed1 100644 --- a/layouts/shortcodes/paige/quote.html +++ b/layouts/shortcodes/paige/quote.html @@ -1,6 +1,6 @@ {{ $align := .Get "align" }} {{ $caption := .Get "caption" | markdownify }} -{{ $content := .Inner | markdownify }} +{{ $content := .Inner }} {{ $float := .Get "float" }} {{ $height := .Get "height" }} {{ $justify := .Get "justify" }}