mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
🐛 Embed blocks are exported incorrectly https://github.com/siyuan-note/siyuan/issues/12250
This commit is contained in:
parent
1c174b2744
commit
05167fefe4
2 changed files with 23 additions and 7 deletions
|
|
@ -1939,7 +1939,8 @@ func exportTree(tree *parse.Tree, wysiwyg, keepFold, avHiddenCol bool,
|
|||
id := tree.Root.ID
|
||||
|
||||
// 解析查询嵌入节点
|
||||
resolveEmbedR(ret.Root, blockEmbedMode, luteEngine, &[]string{})
|
||||
depth := 0
|
||||
resolveEmbedR(ret.Root, blockEmbedMode, luteEngine, &[]string{}, &depth)
|
||||
|
||||
// 收集引用转脚注
|
||||
var refFootnotes []*refAsFootnotes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue