mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
🎨 Improve importing for markdown syntax #Tag Fix https://github.com/siyuan-note/siyuan/issues/8882
This commit is contained in:
parent
c291a78bfd
commit
1e8b5df293
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue