othneildrew / Best-README-Template

An awesome README template to jumpstart your projects!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Top section doesn't align when using on Git Lab

othneildrew opened this issue · comments

Will be changing <p align="center"></p> to <p style="text-align: center"></p> in an upcoming update this month.

Edit: ^^ Above method ^^ also doesn't work so searching for solution.

Gitlab extends the CommonMark markdown language so perhaps:

<div align="center">
# This is gonna be centered!
</div>

Haven't used GitLab for a while but this is how I used to do it.