How to display images in Markdown files on Github?

后端 未结 2 569
伪装坚强ぢ
伪装坚强ぢ 2021-01-29 22:09

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-         


        
2条回答
  •  日久生厌
    2021-01-29 22:31

    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)
    

提交回复
热议问题