Insert an Image in a Markdown File

To learn how to insert an image in a Markdown file.

Sat Jun 14 2025 By Kevin ZOU
80 words · 1 minutes

To insert an image in a Markdown document

If we input the codes as follows:

PLAINTEXT
# jpg format:
![alternative_text](</image/image_name.jpg>)

# png format:
![alternative_text](</image/image_name.png>)

Sure, we can also add a caption below the photo.
And, we can see an photo like this:

ViennaStreet

Street scene taken in Vienna, Austria, in April 2025

where, alt = alternative text

Using the method, we can show images in our Markdown files.


Thanks for your time!


Insert an Image in a Markdown File

Sat Jun 14 2025 By Kevin ZOU
80 words · 1 minutes