Files
hugo-book/layouts/_shortcodes/hint.html

6 lines
169 B
HTML

{{- /* remove whitespaces */ -}}
<blockquote class="book-hint {{ default "default" (.Get 0) }}">
{{ .Inner | safeHTML -}}
</blockquote>
{{- /* remove whitespaces */ -}}