に画像を追加するときに、どの回答も機能しないようですreadme.md
。私は解決策を持っています:
画像の URL が次の場合:
https://github.com/Username/Repository-Name/blob/master/Directory-Inside-Repository/image.png
に置き換えるblob
とraw
、生の画像の URL が得られます。
https://github.com/Username/Repository-Name/raw/master/Directory-Inside-Repository/image.png
ここで、通常のマークダウンを使用して画像を埋め込みます。
![Image Alt](https://github.com/Username/Repository-Name/raw/master/Directory-Inside-Repository/image.png)
更新:現在、GitHub は別のサブドメインからの生の画像も提供していますraw.github.com
。したがって、次のものも使用できます。
https://raw.github.com/Username/Repository-Name/master/Directory-Inside-Repository/image.png
例: https://raw.github.com/Automattic/liveblog/master/screenshot-1.png