How do I include an image as Markdown in Visual Studio Code?
1 answer
If the image is in the same directory as the Markdown file, you can use one of the following methods:


For a workspace layout, for example:
docs/ images/ img.jpg README.md
In README.md
it will be either:


+15
source to share