Why doesn't the image in the next github repository appear in readme as an inline image

I tried to present the image in my readme method as follows:

here trying to show images in readme on the page itself

however, it is not displayed.

I use the following format

![some alt text](raw url to image)

Is it supposed to show an image?

thanks

0
source share
1 answer

The syntax is correct, but you must rename your file to:

README.md

This will invoke the interpretation of the GitHub Flavored Markdown :

See also:

README README, , , GitHub, - URL- URL- .

, README.

+1

All Articles