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.

ID : 267
viewed : 65
Tags : githubmarkdowngithub-flavored-markdownreadmegithub
92
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.

88
You can also use relative paths like

Also try the following with the desired .fileExtention
:

73
here is a detailed youTube video explained this in detail:
64
Just upload your image to the repository root, and link to the filename without any path, like so:

52
You can also add images with simple HTML tags:
<p align="center"> <img src="your_relative_path_here" width="350" title="hover text"> <img src="your_relative_path_here_number_2_large_name" width="350" alt="accessibility text"> </p>