|
I'm trying to add clickable link in What can I do with that? |
Answered by
welpo
Jul 21, 2025
Replies: 2 comments
|
Probably use full HTML: <figure>
<img src="image.webp" alt=".">
<figcaption><a href="https://some.link">Link text</a></figcaption>
</figure> |
0 replies
Answer selected by
stalkerGH
|
Thanks, it works! :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably use full HTML: