Files
website/layouts/shortcodes/note.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

4 lines
103 B
HTML

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