Split out text ns to graph-parser

This commit is contained in:
Gabriel Horner
2022-05-09 14:45:28 -04:00
parent f529777d78
commit 65804b4183
29 changed files with 131 additions and 103 deletions

View File

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