You’re expected to use an absolute path to a http accessible image

If you’re willing to link against your own repository, you should use the raw
url format.
For instance, the following markdown

should display the following image
Note: An alternate raw format is also supported. The image above can also be accessed through the following url: https://raw.github.com/libgit2/libgit2sharp/master/square-logo.png
Update
Following your comment.
The following markdown in basic_option.md won’t work.
> 
Switching it to the markdown below should fix this
Indeed, you didn’t use the raw url format (see above)
