4febf7471d
Update styles for callouts (warning, caution, note); also avoid applying callout-specific styles to general block quotes.
4 lines
137 B
HTML
4 lines
137 B
HTML
<blockquote class="caution callout">
|
|
<div><strong>{{ T "caution" }}</strong> {{ trim .Inner " \n" | markdownify }}</div>
|
|
</blockquote>
|