Hacks for GitHub's Markdown.
This is about center
aligning any image or text.
- Image
<p align="center"><img src=""/></p>
- Plain Text
<p align="center">Text</p>
- Headings
<h1 align="center">Heading</h1>
<h2 align="center">Heading</h2>
<h3 align="center">Heading</h3>
<h4 align="center">Heading</h4>
<h5 align="center">Heading</h5>
This lets you align images towards left
or right
.
Example:
The world keeps on turning
But we’ve stopped both on different sides
Our hearts keep on loving
It’s only a matter of space and time
Till we align
Align - Nina Nesbitt
- Right alignment
<img src="http://placehold.it/150x150" width=150 align="right" />
text goes here
- Left alignment
<img src="http://placehold.it/150x150" width=150 align="left" />
text goes here
- Monospace
<samp> print (a+b) </samp>
- Enclosed (Super smart table hack Source)
<table><tr><td>Boxed text</td></tr></table>
+-------------------------------------------------------------+
| L A U G H A L O T . L O V E L O T M O R E - HK |
+-------------------------------------------------------------+