How to insert an image?
I am learning Markdown and today I tried to add an image but it went pear shaped. I looked up the basic code for adding image but I cannot get it to work. It will be a local image on my drive.
Here is how to embed an image in a markdown post.
- Put the image in the same folder as the post's file.
- Copy the name of the image. Let's say it's called _picture.jpg
- Thirdly, insert the markdown required to embed an image into the post, on its own line:
![Description here](_picture.jpg)
Replace Description here with your own brief description. And _picture.jpg with the name of the image file.
Answered 4 years ago · Edit answer