Files
website/layouts/shortcodes/deprecationfilewarning.html
Tim Bannister 4febf7471d Improve styling for callouts
Update styles for callouts (warning, caution, note); also avoid applying
callout-specific styles to general block quotes.
2020-08-27 00:04:26 +01:00

4 lines
152 B
HTML

<blockquote class="deprecation_file_warning callout">
<div><h4>{{ T "deprecation_file_warning" }}</h4> {{ .Inner | markdownify }}</div>
</blockquote>