quarto-ext / lightbox

Create lightbox treatments for images in your HTML documents.
https://quarto-ext.github.io/lightbox/
MIT License
76 stars 4 forks source link

How to include a link in the description? #15

Closed rsenft1 closed 2 years ago

rsenft1 commented 2 years ago

I've tried something like this

![image title](image.png){group="group" description="My description. Code available [on GitHub](repo)"}

But this doesn't work. The linked text is just printed as-is. Is there a way to allow for html links inside of the description?

dragonstyle commented 2 years ago

I just added support for this as of v0.1.5- thanks for raising this!