mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
Minimal blog
This commit is contained in:
@@ -33,4 +33,10 @@
|
||||
(let [loading? (rum/react *loading?)]
|
||||
[:pre.pre-wrap-white-space.code
|
||||
[:code (assoc attr :id id)
|
||||
code]]))
|
||||
code]]))
|
||||
|
||||
(defn html-export
|
||||
[attr code]
|
||||
[:pre
|
||||
[:code attr
|
||||
code]])
|
||||
|
||||
Reference in New Issue
Block a user