From 6cd4c556135ca21bd56ed0c266a324bcde8eece0 Mon Sep 17 00:00:00 2001 From: Xin Date: Fri, 13 Oct 2023 00:09:57 +0100 Subject: [PATCH] fix: callout styling issue with markdown content (#141) --- layouts/shortcodes/callout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/callout.html b/layouts/shortcodes/callout.html index 1b193d0..9f6a62c 100644 --- a/layouts/shortcodes/callout.html +++ b/layouts/shortcodes/callout.html @@ -17,8 +17,8 @@
{{ $emoji }}
-

+

{{ .Inner | markdownify }} -

+