From c839c391fabedec469ced7c921935a78926add88 Mon Sep 17 00:00:00 2001 From: Xin Date: Sat, 30 Mar 2024 11:26:46 +0000 Subject: [PATCH] fix: indented callouts rendered incorrectly --- layouts/shortcodes/callout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/callout.html b/layouts/shortcodes/callout.html index b267be97..6b56bcb2 100644 --- a/layouts/shortcodes/callout.html +++ b/layouts/shortcodes/callout.html @@ -31,7 +31,7 @@
- {{ .Inner | markdownify }} + {{ .InnerDeindent | markdownify }}