Open antonellocaroli opened 2 years ago
Hi @antonellocaroli I'm not sure if it's fully supported by markdown. The only way I found is to display an image, which has public URL available:
![](HTTP://some.public.url/image.png)
If you are using a reverse proxy, you can get use of it
Or, if the image is not huge, you could try using embedded base64 images: https://superuser.com/questions/1199393/is-it-possible-to-directly-embed-an-image-into-a-markdown-document
Hi @bugy , thanks. the syntax you suggest also works with a local file. thanks
Hi,
is it possible to insert an image in the json file? in the description? if so, how?