fix: don't parse quoted string as page references for properties

This commit is contained in:
Tienson Qin
2021-07-27 22:57:30 +08:00
parent c394534e48
commit cc948b5a23
5 changed files with 28 additions and 17 deletions

View File

@@ -215,7 +215,7 @@
"id"
k)
v (if (coll? v)
v
(remove util/wrapped-by-quotes? v)
(property/parse-property k v))
k (keyword k)
v (if (and