Add sprites to the document section
It would be useful if there was a way to add a sprite or an image from the project files directly to the text in document section.
This can be used, for example, to make guides or a description of a game with pictures.
Markdown allows image hyperlinks.
See the documentation for my maze generator.
https://microstudio.dev/i/TinkerSmith/mazegenerator/
To add an image in doc (also works for this forum) you can add an image using:
![](https://microstudio.io/(your username)/(project slug that the image is stored in)/sprites/(sprite name).png)
For example:
![](https://microstudio.io/Abr00/nightmare/sprites/poster.png)
creates
You can also replace the link with a link to an image on a different site.