We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c17ffe commit 59593cfCopy full SHA for 59593cf
queries/org/images.scm
@@ -1,6 +1,6 @@
1
(link url: (expr) @image.src
2
(#gsub! @image.src "^file:" "")
3
- (#match? @image.src "(png|jpg|jpeg|gif|bmp|webp|tiff|heic|avif|mp4|mov|avi|mkv|webm|pdf)$")
+ (#match? @image.src "(png|jpg|jpeg|gif|bmp|webp|tiff|heic|avif|mp4|mov|avi|mkv|webm|pdf|svg)$")
4
)
5
6
(block
0 commit comments