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