feat: block-level html export

This commit is contained in:
rcmerci
2021-07-26 13:07:49 +08:00
committed by Tienson Qin
parent 9abad43ff2
commit a2f32e0325
6 changed files with 24 additions and 9 deletions

View File

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