feat(export): add `export-heading-to-list?' option in config.edn

This commit is contained in:
rcmerci
2021-03-18 15:43:28 +08:00
committed by Tienson Qin
parent da1b8630e6
commit 6230172a0d
3 changed files with 28 additions and 23 deletions

View File

@@ -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]