Last Updated: September 12, 2025
ยท
144K
ยท projectcleverweb

Centered Text And Images In Github Markdown

Really simple but really useful so I thought I would share:

Example:

Normal Text

<p align="center">
  <b>Some Links:</b><br>
  <a href="#">Link 1</a> |
  <a href="#">Link 2</a> |
  <a href="#">Link 3</a>
  <br><br>
  <img src="http://s.4cdn.org/image/title/105.gif">
</p>

Normal text

Demo: https://gist.github.com/โ€ฆ8c6aea

1 Response
Add your response

thankyou tip

over 1 year ago ยท

Have a fresh tip? Share with Coderwall community!

Post
Post a tip