diff --git a/kernel/model/import.go b/kernel/model/import.go index 7e2d363d3..2b1cb866a 100644 --- a/kernel/model/import.go +++ b/kernel/model/import.go @@ -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)