mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
refactor: remove web
This commit is contained in:
7
src/main/frontend/format/protocol.cljs
Normal file
7
src/main/frontend/format/protocol.cljs
Normal file
@@ -0,0 +1,7 @@
|
||||
(ns frontend.format.protocol)
|
||||
|
||||
(defprotocol Format
|
||||
(toEdn [this content config])
|
||||
(toHtml [this content config])
|
||||
(loaded? [this])
|
||||
(lazyLoad [this ok-handler]))
|
||||
Reference in New Issue
Block a user