Skip to content

Commit

Permalink
🎨 Improve exporting data #13631
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Dec 26, 2024
1 parent 700e3ff commit 9d74599
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/model/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9d74599

Please sign in to comment.