mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 05:04:24 +00:00
fix(pdf): remove prefix(@) checking for links of org mode page
This commit is contained in:
@@ -1002,8 +1002,7 @@
|
||||
(nil? metadata-show)
|
||||
(or
|
||||
(gp-config/local-asset? s)
|
||||
(text-util/media-link? media-formats s)
|
||||
(= (first s) \@)))
|
||||
(text-util/media-link? media-formats s)))
|
||||
(true? (boolean metadata-show))))
|
||||
|
||||
;; markdown
|
||||
|
||||
Reference in New Issue
Block a user