fix: can't parse graphs because of links regular expressions

close #4308
This commit is contained in:
Tienson Qin
2022-02-22 15:27:18 +08:00
committed by Andelf
parent ec75142730
commit c678fa15e6
10 changed files with 94 additions and 136 deletions

View File

@@ -2,8 +2,11 @@
(:require [frontend.format.mldoc :refer [->MldocMode] :as mldoc]
[frontend.format.adoc :refer [->AdocMode]]
[frontend.format.protocol :as protocol]
[frontend.text :as text]
[clojure.string :as string]))
(set! mldoc/parse-property text/parse-property)
(defonce mldoc-record (->MldocMode))
(defonce adoc-record (->AdocMode))