From d47703395c4674fb033f3b32934ba75bf02b5185 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 21 Feb 2021 18:18:56 +0000 Subject: [PATCH] fix: callout rendering nested child shortcodes as markdown See https://discord.com/channels/722225264733716590/742863504515793149/813105748283883570 --- wowchemy/layouts/shortcodes/callout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wowchemy/layouts/shortcodes/callout.html b/wowchemy/layouts/shortcodes/callout.html index 9712fbdb..f509381c 100644 --- a/wowchemy/layouts/shortcodes/callout.html +++ b/wowchemy/layouts/shortcodes/callout.html @@ -1,5 +1,5 @@
- {{ .Inner | markdownify | emojify }} + {{ .Inner }}