fix(pdf): remove prefix(@) checking for links of org mode page

This commit is contained in:
charlie
2023-02-12 14:37:27 +08:00
committed by Andelf
parent dcf9559094
commit f13151ed61

View File

@@ -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