fix: correct hint shortcodes rendering in lists

This commit is contained in:
Samuele Favazza 2025-03-17 15:32:56 +01:00
parent 645c868cec
commit 0f1281e24c

View File

@ -1,3 +1,3 @@
<blockquote class="book-hint {{ .Get 0 }}">
{{ .InnerDeindent | safeHTML }}
{{ .Inner | safeHTML }}
</blockquote>