Expand fix wip

This commit is contained in:
Tienson Qin
2020-04-21 15:43:06 +08:00
parent 3fc370aae0
commit 95ac09330c
14 changed files with 327 additions and 313 deletions

View File

@@ -1,6 +1,7 @@
(ns frontend.format.protocol)
(defprotocol Format
(toHiccup [this ast-headings config])
(toHtml [this content config])
(loaded? [this])
(lazyLoad [this ok-handler]))