adding an image source in markdown code example
Example 1: markdown embed image
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
Example 2: markdown image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)