Skip to content

Instantly share code, notes, and snippets.

@ZahidRasheed
Last active June 23, 2016 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZahidRasheed/619ef9b8f2cf0f4d463e11e73c399f05 to your computer and use it in GitHub Desktop.
Save ZahidRasheed/619ef9b8f2cf0f4d463e11e73c399f05 to your computer and use it in GitHub Desktop.

I am a big fat heading.

i.e # I am a big fat heading.

I am underlined heading.

i.e ## I am underlined heading.


I am normal but fat. i.e. **I am normal but fat.**

I am not straight. i.e. _I am not straight._

I'm just a mistake. i.e. ~~I'm just a mistake.~~


Quotes:

"Some famous person said me when he was really drink" -Some famous person.

"I am quote, quoted by that famous person." - That famous person.

i.e.

>"Some famous person said me when he was really drink" -Some famous person.
>> "I am quote, quoted by that famous person." - That famous person.

Code Snippet:

void doSomething(){
	//I ain't a fucking robot. You need to tell me what should I do.
	return;
}

i.e.

``` java
void doSomething(){
	//I ain't a fucking robot. You need to tell me what should I do.
	return;
}
```

Lists (Unordered):

  • I'm a bullet.
  • I'm another bullet.
  • I'm also a bullet.
    • I am son of bullet.
      • I'm grand son of a bullet. i.e.
* I'm a bullet. 
+ I'm another bullet.
- I'm also a bullet.
	- I am son of bullet.
		- I'm grand son of a bullet.

Lists (Ordered):

  1. I am number 1.
  2. I am number what comes after 1.

TIP: If you just use 1. for each number, Even this will automatically number each item.


Tables:

Option Description (Left Aligned) Text (Centre Aligned)
1 + 1 2 Two
 26 * 2 52 Fifty Two
10 - 5 5 Five

i.e.

| Option | Description (Left Aligned) | Text (Centre Aligned) |
| ------ | -----------:|:----:| 
| 1 + 1  |  2 | Two |
| 26 * 2 | 52 | Fifty Two |
| 10 - 5 |  5 | Five |

Link to favourite TV Shows:

i.e.

- [Prison Break] (http://www.imdb.com/title/tt0455275/ "Prison Break").
- [Vikings] (	http://www.imdb.com/title/tt2306299/ "Vikings").

A Funny picture:

Minion

i.e. ![Minion](http://octodex.github.com/images/minion.png "Minion")

Let's finish this with a fancy line.


i.e. *** or ---

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment