hugo-book/layouts/shortcodes/hint.html
sfavazza 8aa692f195
fix: correct hint shortcodes rendering in lists (#699)
Co-authored-by: Samuele Favazza <samuele.favazza@duagon.com>
2025-04-07 15:38:25 +02:00

4 lines
84 B
HTML

<blockquote class="book-hint {{ .Get 0 }}">
{{ .Inner | safeHTML }}
</blockquote>