diff --git a/.coafile b/.coafile new file mode 100644 index 0000000..eea6443 --- /dev/null +++ b/.coafile @@ -0,0 +1,7 @@ +# Generated by coala-quickstart on 28 Jun 2017. +[default] +bears = InvalidLinkBear, FilenameBear +files = **.md +[markdown] +bears = LineLengthBear, DuplicateFileBear, LicenseCheckBear, MarkdownBear, coalaBear +files = **.md diff --git a/README.md b/README.md deleted file mode 100644 index f3bcef7..0000000 --- a/README.md +++ /dev/null @@ -1,75 +0,0 @@ -

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 ```center```aligning *any* image or text. - -- **Image** -``` -

-``` -- **Plain Text** -``` -

Text

-``` -- **Headings** -``` -

Heading

-``` -``` -

Heading

-``` -``` -

Heading

-``` -``` -

Heading

-``` -``` -
Heading
-``` -
- -#### 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 -``` - -text goes here -``` - -- Left alignment -``` - -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 -``` - print (a+b) -``` -- Enclosed (Super smart table hack [Source](https://github.com/shaunlebron/github-markdown-hacks)) -``` -
Boxed text
-``` -