Display images as link?

Hello all,
sometimes I need to display images as links instead of the images themselves.
So, I would import the image and then I would use his data to create the link to it.
But I haven't found a solution that would work across all devices. In fact, I can get the image link in windows, but how can I get the link that is valid for mobile too?
I know the resource ID. But then?
Thanks you in advance for any help.
tony

When you import an image it will appear in markdown as something like

![picture.png](:/29fec3f161c44ffda9870284547bfb74)

and display as a picture.

If you remove the exclamation mark it appears as a link.

[picture.png](:/29fec3f161c44ffda9870284547bfb74)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.