I’ve been using markdown quite a lot both for the book I wrote and for other projects. It’s a great format and the best part (IMHO) is that you can learn most of it in 10min. Here is a list of the main ‘building blocks’ you will want to use:
Headers
# H1
## H2
### H3
#### H4
##### H5
###### H6
Links
To create links just follow this pattern:
[google.com](https://www.google.com)
Images
For images, you can just add ! before the ‘link’ element we’ve just saw above.
