|
@@ -154,6 +154,8 @@
|
|
|
(cond
|
|
(cond
|
|
|
(coll? value)
|
|
(coll? value)
|
|
|
(filter (fn [v] (and (string? v) (not (string/blank? v)))) value)
|
|
(filter (fn [v] (and (string? v) (not (string/blank? v)))) value)
|
|
|
|
|
+ (and (string? value) (= \" (first value) (last value)))
|
|
|
|
|
+ nil
|
|
|
(string? value)
|
|
(string? value)
|
|
|
(let [ast (gp-mldoc/inline->edn value (gp-mldoc/default-config format))]
|
|
(let [ast (gp-mldoc/inline->edn value (gp-mldoc/default-config format))]
|
|
|
(text/extract-refs-from-mldoc-ast ast))
|
|
(text/extract-refs-from-mldoc-ast ast))
|