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