mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Improve importing for markdown syntax #Tag Fix https://github.com/siyuan-note/siyuan/issues/8882
This commit is contained in:
@@ -1063,6 +1063,7 @@ func buildBlockRefInText() {
|
||||
}
|
||||
|
||||
t := parse.Inline("", n.Tokens, lute.ParseOptions) // 使用行级解析
|
||||
parse.NestedInlines2FlattedSpans(t)
|
||||
var children []*ast.Node
|
||||
for c := t.Root.FirstChild.FirstChild; nil != c; c = c.Next {
|
||||
children = append(children, c)
|
||||
|
||||
Reference in New Issue
Block a user