Skip to content

The Best Hacks for GitHub's Markdown. 😃 🚀 ☁️

License

Notifications You must be signed in to change notification settings

hemangsk/Markdown-Hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Markdown-Hacks

Hacks for GitHub's Markdown.


HACK #1

C E N T E R     A L I G N M E N T

This is about centeraligning 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>

HACK #2

A L I G N    I M A G E S    W I T H    T E X T

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 

HACK #3

M O N O S P A C E    A N D    E N C L O S E D

  • Monospace
<samp> print (a+b) </samp>
  • Enclosed (Super smart table hack Source)
<table><tr><td>Boxed text</td></tr></table>

HACK #4

B E A U T I F U L    T I T L E S   

+-------------------------------------------------------------+

| L A U G H     A     L O T    .     L O V E     L O T     M O R E - HK  |

+-------------------------------------------------------------+

About

The Best Hacks for GitHub's Markdown. 😃 🚀 ☁️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published