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

@@ -2,7 +2,7 @@
(defprotocol Format
(toEdn [this content config])
(toHtml [this content config])
(toHtml [this content config references])
(loaded? [this])
(lazyLoad [this ok-handler])
(exportMarkdown [this content config references])