diff --git a/layouts/shortcodes/blockquote.html b/layouts/shortcodes/blockquote.html index b396406..16f78fc 100644 --- a/layouts/shortcodes/blockquote.html +++ b/layouts/shortcodes/blockquote.html @@ -1,6 +1,6 @@

- {{ .Inner }} + {{ .Inner | markdownify }}

\ No newline at end of file diff --git a/layouts/shortcodes/epigraph.html b/layouts/shortcodes/epigraph.html index af992c9..b991f27 100644 --- a/layouts/shortcodes/epigraph.html +++ b/layouts/shortcodes/epigraph.html @@ -1,7 +1,7 @@
{{ $t := .Get "type" }} -{{ if eq $t "compact" }}{{ .Inner }}{{ else }}

{{ .Inner }}

{{ end }} +{{ if eq $t "compact" }}{{ .Inner | markdownify }}{{ else }}

{{ .Inner | markdownify }}

{{ end }} {{ if .IsNamedParams }}