snacks.nvim/queries/markdown_inline
Matthias Putz 2daa1b28b2
fix(image): markdown inline link query for shortened urls (#1481)
## Description

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->
  
This fixes the `image.src` capture for markdown shortcut links, which
(imho) are links like `![[attachments/test.jpg]]`.

The current query captures also the `[...]`.

If we talk about a different type of links for this query, it would be
interesting to know which ones :).

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->
2025-10-20 14:56:50 +02:00
..
images.scm fix(image): markdown inline link query for shortened urls (#1481) 2025-10-20 14:56:50 +02:00