Insert center image in README.md on Github

Github is popular. As far as I see, most of developers know it quite well. They create projects, contribute code, write instructions in README.md and so on.

In README.md, one day you want to insert center image into it. You don’t know somehow to do it…


This content originally appeared on DEV Community and was authored by 1001binary

Github is popular. As far as I see, most of developers know it quite well. They create projects, contribute code, write instructions in README.md and so on.

In README.md, one day you want to insert center image into it. You don't know somehow to do it using Markdown. Fortunatelly, Markdown on Github supports some HTML tags. Two of them are p and img.

The following is the way to insert center image into README.md:

<p align="center">
   <img src="[YOUR_RAW_IMAGE_URL]" alt="[YOUR_ALT]"/>
</p>

It's cool, right?

Hope you enjoy this post.

Happy coding :)


This content originally appeared on DEV Community and was authored by 1001binary


Print Share Comment Cite Upload Translate Updates
APA

1001binary | Sciencx (2021-04-16T08:58:49+00:00) Insert center image in README.md on Github. Retrieved from https://www.scien.cx/2021/04/16/insert-center-image-in-readme-md-on-github/

MLA
" » Insert center image in README.md on Github." 1001binary | Sciencx - Friday April 16, 2021, https://www.scien.cx/2021/04/16/insert-center-image-in-readme-md-on-github/
HARVARD
1001binary | Sciencx Friday April 16, 2021 » Insert center image in README.md on Github., viewed ,<https://www.scien.cx/2021/04/16/insert-center-image-in-readme-md-on-github/>
VANCOUVER
1001binary | Sciencx - » Insert center image in README.md on Github. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/16/insert-center-image-in-readme-md-on-github/
CHICAGO
" » Insert center image in README.md on Github." 1001binary | Sciencx - Accessed . https://www.scien.cx/2021/04/16/insert-center-image-in-readme-md-on-github/
IEEE
" » Insert center image in README.md on Github." 1001binary | Sciencx [Online]. Available: https://www.scien.cx/2021/04/16/insert-center-image-in-readme-md-on-github/. [Accessed: ]
rf:citation
» Insert center image in README.md on Github | 1001binary | Sciencx | https://www.scien.cx/2021/04/16/insert-center-image-in-readme-md-on-github/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.