git image markdown code example
Example 1: how to add image in github readme
![alt text](http://url/to/img.png)
Example 2: markdown image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Example 3: link in markdown
[Name](Link)
![alt text](http://url/to/img.png)
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
[Name](Link)