Merge branch 'main' into fix-invalid-workflow
This commit is contained in:
@@ -11,7 +11,7 @@ const tags = {
|
||||
danger: 'border rounded-1 mb-4 p-3 border-red bg-red-light f5'
|
||||
}
|
||||
|
||||
const template = '<div class="extended-markdown {{ tagName }} {{ classes }}">\n{{ output }}\n</div>'
|
||||
const template = '<div class="extended-markdown {{ tagName }} {{ classes }}">{{ output }}</div>'
|
||||
|
||||
class ExtendedMarkdown extends Liquid.Block {
|
||||
async render (context) {
|
||||
|
||||
Reference in New Issue
Block a user