Last Updated: March 03, 2024
·
141.6K
· 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