mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
🎨 导出 PDF 支持保留折叠状态 https://github.com/siyuan-note/siyuan/issues/5941
This commit is contained in:
parent
32f08aa037
commit
5b39560d7d
4 changed files with 5 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue