From 0cde2e461d1cca74f45586f410cf194afc5b5d15 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 30 Aug 2021 14:32:11 +0200 Subject: #370: Allow markdown in details shortcode, also change markdownify to RenderString in other shortcodes --- layouts/shortcodes/tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/shortcodes/tabs.html') diff --git a/layouts/shortcodes/tabs.html b/layouts/shortcodes/tabs.html index 01c1a63..b28eadf 100644 --- a/layouts/shortcodes/tabs.html +++ b/layouts/shortcodes/tabs.html @@ -9,7 +9,7 @@ {{- $tab.Name -}}
- {{- .Content | markdownify -}} + {{- .Content | $.Page.RenderString -}}
{{- end -}} -- cgit v1.2.3