Checklist
Is your feature request related to a problem? Please describe
I have the following code inside my markdown file, however, when the lightbox is generated, it ignores the outer <a>, despite the lightbox documentation showing it shouldn't.
<a href="/assets/img/image.jpg">
<img src="/assets/img/imagewebp">
</a>
Describe the solution you'd like
I'd like it to respect the outer hrefs.
Describe alternatives you've considered
No response
Additional context
No response
Checklist
Is your feature request related to a problem? Please describe
I have the following code inside my markdown file, however, when the lightbox is generated, it ignores the outer
<a>, despite the lightbox documentation showing it shouldn't.Describe the solution you'd like
I'd like it to respect the outer hrefs.
Describe alternatives you've considered
No response
Additional context
No response