Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 390 Bytes

github_readme_html.md

File metadata and controls

12 lines (8 loc) · 390 Bytes

Readme formatting with HTML

Github allows for HTML code inside a projects rendered README.md file. I used this in a recent repo in the following way to center an icon and the header:

<p align="center"><img src="brain_icon.png" width="128" height="128" /></p>

<h1 align="center">Second Brain</h1>

Keep this option in mind whenever you want to create a pretty repository.