How to add an image link with Markdown? #837
-
Is it possible to add an image with a hyperlink using Yellow and markdown? This methods only displays text, not an image:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
This should work:
|
Beta Was this translation helpful? Give feedback.
-
Thank you! A side-note. For some reason, there was a barely visible grayish square around the image. I examined the source code and found that it was due to
|
Beta Was this translation helpful? Give feedback.
-
This should work, Markdown and HTML:
|
Beta Was this translation helpful? Give feedback.
This should work, Markdown and HTML:
[[image photo.jpg "This is an example image"]](https://datenstrom.se)
<a href="https://datenstrom.se"><img src="/media/images/photo.jpg" width="1000" height="400" alt="This is an example image" title="This is an example image" /></a>