mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
5 lines
84 B
Clojure
5 lines
84 B
Clojure
(ns frontend.format.protocol)
|
|
|
|
(defprotocol Format
|
|
(toHtml [this] [this config]))
|