Markdown Image Syntax

To add an image, add an exclamation mark (!), followed by alt text in brackets, and the path or URL to the image asset in parentheses.

Image Example

Markdown:

![A cute dog](/tutorial/dog.jpg)

Rendered Output:

A cute dog

Linking Images

To add a link to an image, enclose the Markdown for the image in brackets, and then add the link in parentheses.

Markdown:

[![A beautiful landscape view](/tutorial/view.png "Mountain View")](https://markdowntopdf.me)

Rendered Output:

A beautiful landscape view

Finally, let's learn about Markdown Escaping Characters Syntax.