Back
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.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?
This is very simple, just commit your image, say, image.png in a folder, say, newFolder, and add the following line in your README.md
![Optional Text](../master/newFolder/image.png)
31k questions
32.8k answers
501 comments
693 users