🎨 Improve exporting data https://github.com/siyuan-note/siyuan/issues/13631
This commit is contained in:
parent
700e3fff08
commit
9d74599239
1 changed files with 0 additions and 1 deletions
|
@ -1457,7 +1457,6 @@ func ExportPandocConvertZip(ids []string, pandocTo, ext string) (name, zipPath s
|
|||
docPaths = append(docPaths, docFile.path)
|
||||
}
|
||||
}
|
||||
docPaths = util.FilterSelfChildDocs(docPaths)
|
||||
|
||||
defBlockIDs, trees, docPaths := prepareExportTrees(docPaths)
|
||||
zipPath = exportPandocConvertZip(baseFolderName, docPaths, defBlockIDs, "gfm+footnotes+hard_line_breaks", pandocTo, ext, trees)
|
||||
|
|
Loading…
Add table
Reference in a new issue