将图像添加到GitHub上的README.md
最近我加入了 GitHub 。我在那里托管了一些项目。
Recently I joined GitHub. I hosted some projects there.
我需要在自述文件中包含一些图像。我不知道该怎么做。
I need to include some images in my README File. I don't know how to do that.
我搜索了这个,但我得到的只是一些链接,告诉我在网络上托管图像并指定图像README.md文件中的路径。
I searched about this, but all I got was some links which tell me to "host images on web and specify the image path in README.md file".
有没有办法在没有托管任何第三方虚拟主机服务的图像的情况下执行此操作?
Is there any way to do this without hosting the images on any third-party web hosting services?
试试这个降价: $ b
Try this markdown:

我认为你可以直接链接到图像的原始版本(如果存储在存储库中)。即
I think you can link directly to the raw version of an image if it's stored in your repository. i.e.

编辑:建议使用gh页面。此外,相对链接可能比我在上面发布的绝对URL更好。
just noticed comment linking to article which suggests using gh-pages. Also, relative links can be a better idea than the absolute URLs I posted above.