mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
feat(export): convert markdown to unordered list or heading style
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
([format]
|
||||
(mldoc/default-config format))
|
||||
([format heading-to-list?]
|
||||
(mldoc/default-config 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?)))
|
||||
|
||||
(defn to-html
|
||||
([content format]
|
||||
|
||||
Reference in New Issue
Block a user