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="warning callout">
|
|
<div><strong>{{ T "warning" }}</strong> {{ trim .Inner " \n" | markdownify }}</div>
|
|
</blockquote>
|