Files
website/layouts/shortcodes/caution.html
T
Luc Perkins d65e1790ff Add admonition type to shortcode (#9482)
* Change existing admon blocks

* Fix includes issue
2018-11-06 11:33:04 -08:00

3 lines
108 B
HTML

<blockquote class="caution">
<div><strong>Caution:</strong> {{ .Inner | markdownify }}</div>
</blockquote>