diff --git a/layouts/shortcodes/figure.html b/layouts/shortcodes/figure.html index 8e10b53..e3c2fe2 100644 --- a/layouts/shortcodes/figure.html +++ b/layouts/shortcodes/figure.html @@ -2,7 +2,7 @@ {{ if .Get "caption" }} - {{ .Get "caption" }} + {{ .Get "caption" | markdownify }} {{ end }} {{ end }}