diff --git a/layouts/shortcodes/pswp-figure.html b/layouts/shortcodes/pswp-figure.html index d51cb88..d9c8716 100644 --- a/layouts/shortcodes/pswp-figure.html +++ b/layouts/shortcodes/pswp-figure.html @@ -7,7 +7,7 @@ {{ with .Get "caption" }} -

{{ . }}

+

{{ . | markdownify }}

{{ end }} \ No newline at end of file