We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36c9dc9 + 847f57e commit e4c4549Copy full SHA for e4c4549
layouts/shortcodes/note.html
@@ -1,3 +1,3 @@
1
<blockquote class="note">
2
- <div><strong>{{ T "note" }}</strong> {{ replaceRE "\\s+|\n" " " .Inner | markdownify }}</div>
+ <div><strong>{{ T "note" }}</strong> {{ trim .Inner " \n" | markdownify }}</div>
3
</blockquote>
0 commit comments