mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
Same rendering for agenda headings
This commit is contained in:
@@ -37,16 +37,6 @@
|
||||
(parse-json config)
|
||||
(util/json->clj)))))
|
||||
|
||||
(defn inline-list->html
|
||||
[json]
|
||||
(when (loaded?)
|
||||
(.inlineListToHtmlStr js/window.MldocOrg json)))
|
||||
|
||||
(defn json->html
|
||||
[json]
|
||||
(when (loaded?)
|
||||
(.jsonToHtmlStr js/window.MldocOrg json default-config)))
|
||||
|
||||
(defrecord OrgMode []
|
||||
protocol/Format
|
||||
(toHtml [this content config]
|
||||
|
||||
Reference in New Issue
Block a user