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.
1 parent 2195cb3 commit a1e1890Copy full SHA for a1e1890
layouts/shortcodes/note.html
@@ -1,3 +1,3 @@
1
<blockquote class="note">
2
- <div><strong>Note:</strong><br/> {{ .Inner | markdownify }}</div>
+ <div>{{ .Inner | markdownify }}</div>
3
</blockquote>
0 commit comments