feat(markdown): set url attribute on image links

This commit is contained in:
Gregory Anders 2024-08-30 08:05:07 -05:00 committed by Christian Clason
parent 9ac3931bf6
commit 95933209d4

View file

@ -45,6 +45,11 @@
(link_destination) @_url
(#set! @_label url @_url))
(image
(image_description) @_label
(link_destination) @_url
(#set! @_label url @_url))
; Conceal image links
(image
[