Same rendering for agenda headings

This commit is contained in:
Tienson Qin
2020-04-30 08:30:18 +08:00
parent 2adabbd234
commit 735ceb42a7
4 changed files with 63 additions and 121 deletions

View File

@@ -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]