🐛 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)
|
||||
}
|
||||
} else {
|
||||
tree = parse.Parse("", []byte(md), luteEngine.ParseOptions)
|
||||
}
|
||||
|
||||
var unlinks []*ast.Node
|
||||
|
|
Loading…
Add table
Reference in a new issue