From 647202688281b8d5ff1f8297dc6808e7b4217ec0 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Sun, 24 Nov 2019 21:07:01 +0100 Subject: [PATCH] Small improvement of Gallery shortcode --- layouts/shortcodes/pswp-figure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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