pictures can’t show in github
I use markdown to write note, and when I want to add a picture, I do this:

here comes a problem, when I git push the repo, the github coouldn’t recognize the
absolute path in my computer
so my question is that what the picture path is in github and markdown file?
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
rawurl 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)
