This commit is contained in:
Daniel 2024-11-21 22:57:37 +08:00
parent 2d114d4c3b
commit a89012be1a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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