From 0f1281e24cfec955a39f2970e3e872c5a805f642 Mon Sep 17 00:00:00 2001 From: Samuele Favazza Date: Mon, 17 Mar 2025 15:32:56 +0100 Subject: [PATCH] fix: correct hint shortcodes rendering in lists --- 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 }}