🎨 Repeat the escaped content of the image title https://github.com/siyuan-note/siyuan/issues/11681

This commit is contained in:
Daniel 2024-06-11 11:15:23 +08:00
parent 519b004f81
commit 334f693d5d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 11 additions and 6 deletions

View file

@ -966,7 +966,7 @@ func parseStdMd(markdown []byte) (ret *parse.Tree) {
if nil == ret {
return
}
genTreeID(ret)
normalizeTree(ret)
imgHtmlBlock2InlineImg(ret)
parse.NestedInlines2FlattedSpansHybrid(ret, false)
return