mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🐛 Improve HTML clipping https://github.com/siyuan-note/siyuan/issues/13220
This commit is contained in:
parent
2d114d4c3b
commit
a89012be1a
1 changed files with 2 additions and 0 deletions
|
|
@ -190,6 +190,8 @@ func extensionCopy(c *gin.Context) {
|
||||||
}
|
}
|
||||||
tree = parse.Parse("", []byte(md), luteEngine.ParseOptions)
|
tree = parse.Parse("", []byte(md), luteEngine.ParseOptions)
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
tree = parse.Parse("", []byte(md), luteEngine.ParseOptions)
|
||||||
}
|
}
|
||||||
|
|
||||||
var unlinks []*ast.Node
|
var unlinks []*ast.Node
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue