Spyke

How to Link an Image in Markdown with its site

I'm looking for a image link format that contains website link that works in Obsidian. Something like this:

Is there a solution or I can only embed an image and simply paste a link under it

View original on lemmy.world
lemmy.dbzer0.com

You should be able to nest the image and link into each other like this:

 [![image alt text](image URL link)](anchor link)

This effectively uses the image instead of the link text.

3
lemmy.world

sorry I should be more clear, I want to use local attachment link instead of image URL link, what link format should I use?

2
Zarlinreply
lemmy.dbzer0.com

Ah you mean where the image link is formatted like ![[foo.png]]. I tried some things but it seems Obsidian doesn't support nesting those inside a link (eg [![[foo.png]]](example.com) is not accepted as valid formatting).

1

yeah that's the problem, I guess I will just simply past the original link right below the image

2

You reached the end

How to Link an Image in Markdown with its site | Spyke