mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 19:38:48 +01:00
🎨 Escape character \ were not handled correctly when importing Markdown https://github.com/siyuan-note/siyuan/issues/7867
This commit is contained in:
parent
7c648bb28c
commit
048b2e838c
3 changed files with 4 additions and 13 deletions
|
|
@ -727,7 +727,7 @@ func parseStdMd(markdown []byte) (ret *parse.Tree) {
|
|||
}
|
||||
genTreeID(ret)
|
||||
imgHtmlBlock2InlineImg(ret)
|
||||
parse.NestedInlines2FlattedSpans(ret)
|
||||
parse.NestedInlines2FlattedSpansHybrid(ret)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue