Skip to content

Commit 18561c0

Browse files
authored
Remove additional whitespace (#16593)
1 parent 64fa3b8 commit 18561c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/liquid-tags/extended-markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const tags = {
1111
danger: 'border rounded-1 mb-4 p-3 border-red bg-red-light f5'
1212
}
1313

14-
const template = '<div class="extended-markdown {{ tagName }} {{ classes }}">\n{{ output }}\n</div>'
14+
const template = '<div class="extended-markdown {{ tagName }} {{ classes }}">{{ output }}</div>'
1515

1616
class ExtendedMarkdown extends Liquid.Block {
1717
async render (context) {

0 commit comments

Comments
 (0)