I want to display some images in a Markdown file on Github. I found it works this way:
![Figure 1-1](https://raw.github.com/username/repo/master/images/figure 1-
I found the answer myself.
Just simply append ?raw=true to the image url will make the trick:
![](images/table 1-1.png?raw=true)