mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
Fix #14
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
(ns frontend.format.protocol)
|
||||
|
||||
(defprotocol Format
|
||||
(toHtml [this] [this config]))
|
||||
(toHtml [this content config])
|
||||
(loaded? [this])
|
||||
(lazyLoad [this ok-handler error-handler]))
|
||||
|
||||
Reference in New Issue
Block a user