🎨 Improve database block content escaping https://github.com/siyuan-note/siyuan/issues/14781

This commit is contained in:
Daniel 2025-05-08 12:28:09 +08:00
parent 74c66129f2
commit 3b3dedefdb
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 6 additions and 3 deletions

View file

@ -306,7 +306,6 @@ func getNodeAvBlockText(node *ast.Node) (icon, content string) {
if "" == content {
content = Conf.language(105)
}
return
}