0

I tried to present an image in my readme markdown as following:

here trying to show images in readme on page itself

however its not showing up.

i'm using the following format

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

supposed to show the image?

thanks

Jas
  • 14,493
  • 27
  • 97
  • 148

1 Answers1

1

The syntax is correct, but you should rename your file into:

README.md

That would trigger the interpretation of the GitHub Flavored Markdown:

See also:

When your README is just called README, the only thing GitHub does is turn URLs into links.

That seems consistent with what you see in your current README file.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250