Is it possible to embed images in the docs using markdown?
I'm creating tutorials for my classes and using the Doc feature with markdown. I also added the Assets sidebar location thinking that was location the images needed to be in but I'm still not having any luck. Is this possible?
![code]("Assets/code1.png")
Hi there :)
Yes, in principle you can, you just have to include the whole URL by what I figured so far. Not sure if you can use a short form like ".../url/myImage.png"
Storing images on IMGUR and using their links also works quite well.
As I did in the doc here:
https://microstudio.dev/i/TinkerSmith/myway/
Excellent, thank you! I never thought of using IMGUR, that’s probably how I’ll proceed.
Thanks!
I was able to do so, referring to the sprite directly, by using the project slug and appending "sprites/myImage.png".