847f57ecf5
Use the same whitespace trimming that the other callout shortcodes (warning, caution) use, and avoid excessive newline removal.
3 lines
122 B
HTML
3 lines
122 B
HTML
<blockquote class="note">
|
|
<div><strong>{{ T "note" }}</strong> {{ trim .Inner " \n" | markdownify }}</div>
|
|
</blockquote> |