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/hint.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/shortcodes/hint.html') diff --git a/layouts/shortcodes/hint.html b/layouts/shortcodes/hint.html index 066aa68..a7471dc 100644 --- a/layouts/shortcodes/hint.html +++ b/layouts/shortcodes/hint.html @@ -1,3 +1,3 @@
- {{ .Inner | markdownify }} + {{ .Inner | .Page.RenderString }}
-- cgit v1.2.3