This commit is contained in:
Liang Ding 2022-09-24 22:18:48 +08:00
parent 32f08aa037
commit 5b39560d7d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 5 additions and 13 deletions

View file

@ -213,8 +213,6 @@ func renderTemplate(p, id string) (string, error) {
(ast.NodeBlockquote == n.Type && nil != n.FirstChild && nil != n.FirstChild.Next && ast.NodeKramdownBlockIAL == n.FirstChild.Next.Type) {
nodesNeedAppendChild = append(nodesNeedAppendChild, n)
}
appendRefTextRenderResultForBlockRef(n)
return ast.WalkContinue
})
for _, n := range nodesNeedAppendChild {