mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
Mldoc tests run under nbb
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
[frontend.format.adoc :refer [->AdocMode]]
|
||||
[frontend.format.protocol :as protocol]
|
||||
[logseq.graph-parser.mldoc :as gp-mldoc]
|
||||
[logseq.graph-parser.text :as text]
|
||||
[clojure.string :as string]))
|
||||
|
||||
;; TODO: Properly fix this circular dependency:
|
||||
;; mldoc/->edn > text/parse-property > mldoc/link? ->mldoc/inline->edn + mldoc/default-config
|
||||
(set! gp-mldoc/parse-property text/parse-property)
|
||||
|
||||
(defonce mldoc-record (->MldocMode))
|
||||
(defonce adoc-record (->AdocMode))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user