What does this image represent ?
📜 The image file should be put in an
imagesfolder in the database repo. Also, all images should be stored there, and not in some subfolder of images.
This is the code used to include the image in the question :
<p style="text-align:center;">
<img src="../../../images/image_test.jpg" alt="Some image" width="256">
</p>
⚠️ Path you put on the src attribute should be relative !
If you are using VSCode, start typing it and it will autocomplete by providing you suggestions form your local folder. Also, it will show you the rendering in the Markdown preview.