mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 22:24:09 +00:00
fix: replace special id with original name instead of name
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
(reduce
|
||||
(fn [content ref]
|
||||
(if (:block/name ref)
|
||||
(string/replace content (str config/page-ref-special-chars (:block/uuid ref)) (:block/name ref))
|
||||
(string/replace content (str config/page-ref-special-chars (:block/uuid ref)) (:block/original-name ref))
|
||||
content))
|
||||
content
|
||||
refs))
|
||||
|
||||
Reference in New Issue
Block a user