Skip to content

Commit 8ab76ef

Browse files
authored
Merge branch 'main' into fix-invalid-workflow
2 parents 5e0bcc6 + 18561c0 commit 8ab76ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)