mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
@@ -65,6 +65,15 @@
|
||||
(string? argument)
|
||||
(text/page-ref? argument))
|
||||
(text/page-ref-un-brackets! argument))))
|
||||
|
||||
(and (vector? block)
|
||||
(= "Tag" (first block)))
|
||||
(let [text (second block)]
|
||||
(when (and
|
||||
(string? text)
|
||||
(text/page-ref? text))
|
||||
(text/page-ref-un-brackets! text)))
|
||||
|
||||
:else
|
||||
nil)]
|
||||
(when (and
|
||||
|
||||
Reference in New Issue
Block a user