mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 22:10:49 +08:00
🐛 Improve HTML clipping https://github.com/siyuan-note/siyuan/issues/13220
This commit is contained in:
parent
2d114d4c3b
commit
a89012be1a
@ -190,6 +190,8 @@ func extensionCopy(c *gin.Context) {
|
||||
}
|
||||
tree = parse.Parse("", []byte(md), luteEngine.ParseOptions)
|
||||
}
|
||||
} else {
|
||||
tree = parse.Parse("", []byte(md), luteEngine.ParseOptions)
|
||||
}
|
||||
|
||||
var unlinks []*ast.Node
|
||||
|
Loading…
Reference in New Issue
Block a user