mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
feat: md export add indent-style
This commit is contained in:
@@ -35,10 +35,8 @@
|
||||
(defn get-default-config
|
||||
([format]
|
||||
(mldoc/default-config format))
|
||||
([format heading-to-list?]
|
||||
(mldoc/default-config format heading-to-list?))
|
||||
([format heading-to-list? exporting-keep-properties?]
|
||||
(mldoc/default-config format heading-to-list? exporting-keep-properties?)))
|
||||
([format options]
|
||||
(mldoc/default-config format options)))
|
||||
|
||||
(defn to-html
|
||||
([content format]
|
||||
|
||||
Reference in New Issue
Block a user