mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
feat: block-level html export
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
(if (string/blank? content)
|
||||
""
|
||||
(if-let [record (get-format-record format)]
|
||||
(protocol/toHtml record content config)
|
||||
(protocol/toHtml record content config mldoc/default-references)
|
||||
content)))))
|
||||
|
||||
(defn to-edn
|
||||
|
||||
Reference in New Issue
Block a user