|
@@ -93,6 +93,9 @@
|
|
|
([s {:keys [un-brackets?]
|
|
([s {:keys [un-brackets?]
|
|
|
:or {un-brackets? true}}]
|
|
:or {un-brackets? true}}]
|
|
|
(cond
|
|
(cond
|
|
|
|
|
+ (and (string? s) (util/wrapped-by-quotes? s))
|
|
|
|
|
+ (util/unquote-string s)
|
|
|
|
|
+
|
|
|
(and (string? s) (re-find markdown-link s))
|
|
(and (string? s) (re-find markdown-link s))
|
|
|
s
|
|
s
|
|
|
|
|
|