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

@@ -252,8 +252,8 @@
protocol/Format
(toEdn [this content config]
(->edn content config))
(toHtml [this content config]
(exportToHtml content config))
(toHtml [this content config references]
(exportToHtml content config references))
(loaded? [this]
true)
(lazyLoad [this ok-handler]