How to add a image to a markdown file
Simple snippet for the usage of images in markdown files
- #markdown
`alt text`
will be the alt text for the image
`(src)`
inside the brackets you add your source, `link`
or `directory path`
![alt text](http://url/to/img.png)