mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 20:38:49 +01:00
🎨 Repeat the escaped content of the image title https://github.com/siyuan-note/siyuan/issues/11681
This commit is contained in:
parent
519b004f81
commit
334f693d5d
4 changed files with 11 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue