Heading edit wip

This commit is contained in:
Tienson Qin
2020-04-21 22:52:54 +08:00
parent 306128d2d7
commit 318750b22b
13 changed files with 388 additions and 328 deletions

View File

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