From 18d31b4a74044afee37c00b696128f681702344c Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 29 Jan 2022 17:44:00 +0100 Subject: [PATCH] [SHORTCODE] Markdownify the tabulars captions --- layouts/shortcodes/tabular.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/tabular.html b/layouts/shortcodes/tabular.html index 96e9e9c..412e779 100644 --- a/layouts/shortcodes/tabular.html +++ b/layouts/shortcodes/tabular.html @@ -2,7 +2,7 @@ {{ .Inner | markdownify }} {{ with .Get "title" }}
-

{{ . }}

+

{{ . | markdownify }}

{{ end }}