fix: quoted properties are not shown

pull/2471/head
Tienson Qin 2021-08-06 10:13:06 +08:00
parent fb50d5c1fd
commit d29c4fe71e
1 changed files with 3 additions and 0 deletions

View File

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