mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
Split out text ns to graph-parser
This commit is contained in:
@@ -2,12 +2,9 @@
|
||||
(:require [frontend.format.mldoc :refer [->MldocMode] :as mldoc]
|
||||
[frontend.format.adoc :refer [->AdocMode]]
|
||||
[frontend.format.protocol :as protocol]
|
||||
[frontend.text :as text]
|
||||
[logseq.graph-parser.mldoc :as gp-mldoc]
|
||||
[clojure.string :as string]))
|
||||
|
||||
(set! gp-mldoc/parse-property text/parse-property)
|
||||
|
||||
(defonce mldoc-record (->MldocMode))
|
||||
(defonce adoc-record (->AdocMode))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user