From 8aa692f195a1023b71cad9cdd36135e0234d65e5 Mon Sep 17 00:00:00 2001 From: sfavazza <36377461+sfavazza@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:38:25 +0200 Subject: [PATCH] fix: correct hint shortcodes rendering in lists (#699) Co-authored-by: Samuele Favazza --- layouts/shortcodes/hint.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/hint.html b/layouts/shortcodes/hint.html index c908fd9..95e4f83 100644 --- a/layouts/shortcodes/hint.html +++ b/layouts/shortcodes/hint.html @@ -1,3 +1,3 @@
- {{ .InnerDeindent | safeHTML }} + {{ .Inner | safeHTML }}