mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: property regression : # should be a delimiter
Close #3916 Tests added.
This commit is contained in:
@@ -1689,6 +1689,9 @@
|
||||
(for [elem elems]
|
||||
(rum/with-key elem (str (random-uuid)))))
|
||||
|
||||
(and (string? v) (util/wrapped-by-quotes? v))
|
||||
(util/unquote-string v)
|
||||
|
||||
:else
|
||||
(inline-text (:block/format block) (str v)))]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user