This commit is contained in:
Liang Ding 2022-09-15 18:30:36 +08:00
parent 549f50662f
commit b06f074f1b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -95,6 +95,7 @@ func NestedInlines2FlattedSpans(tree *parse.Tree) {
}
}
} else {
span.KramdownIAL = n.Parent.KramdownIAL
n.Parent.InsertBefore(span)
}
}