script-server icon indicating copy to clipboard operation
script-server copied to clipboard

image file in json

Open antonellocaroli opened this issue 3 years ago • 2 comments

Hi,

is it possible to insert an image in the json file? in the description? if so, how?

antonellocaroli avatar Jan 23 '22 17:01 antonellocaroli

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

bugy avatar Jan 24 '22 10:01 bugy

Hi @bugy , thanks. the syntax you suggest also works with a local file. thanks

antonellocaroli avatar Jan 25 '22 05:01 antonellocaroli