Links in markdown are inserted using the following syntax
[alt](https://google.com)
The first parameter is mapped to the alt
attribute in HTML and the second is
mapped to the href
attribute
Images use a very similar syntax, but with an exclamation point in front:
![alt](https://example.com/image.png)