mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
feat(export): add `export-heading-to-list?' option in config.edn
This commit is contained in:
@@ -33,8 +33,10 @@
|
||||
|
||||
;; html
|
||||
(defn get-default-config
|
||||
[format]
|
||||
(mldoc/default-config format))
|
||||
([format]
|
||||
(mldoc/default-config format))
|
||||
([format heading-to-list?]
|
||||
(mldoc/default-config format heading-to-list?)))
|
||||
|
||||
(defn to-html
|
||||
([content format]
|
||||
|
||||
Reference in New Issue
Block a user