Images
Embedding an image is very similar to adding a link in Markdown:

- Add an exclamation mark
!
- Followed by the alt text in square brackets
[Alt text]
- And the path or URL to the image asset in parentheses
(
)
.
For example:

The output would be:
An optional title can also be added after the URL, still in the parentheses:

Linked Images
To add a link to an image, enclose the Markdown for the image in brackets, and then add the link in parentheses.
[](https://codecademy.com)