markdown add figure code example
Example 1: markdown embed image
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
Example 2: markdown image by address
<img src="markdownmonstericon.png" alt="Markdown Monster icon" style="float: left; margin-right: 10px;" />