uci-hugo-doc/layouts/shortcodes/hint.html

4 lines
89 B
HTML
Raw Normal View History

2020-01-12 06:33:02 -08:00
<blockquote class="gdoc-hint {{ .Get 0 }}">
{{ .Inner | markdownify }}
</blockquote>