Images can't be links

[![text](assets/image.png)](https://example.com)

It seems this and any other Markdown syntax to turn an image into a clickable link doesn’t work

You can use the syntax to display the image

![image](url.png)

To link to the image, simply remove !

[image](url.png)
1 Like

I mean, the syntax I posted usually turn an image in clickable object and clicking on it open a URL. Check the example code I posted :wink:

2 Likes

Reported on GitHub: