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

supposed to show the image?
thanks
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

supposed to show the image?
thanks
 
    
    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
READMEis just calledREADME, the only thing GitHub does is turn URLs into links.
That seems consistent with what you see in your current README file.