Skip to content

Instantly share code, notes, and snippets.

@kharmabum
Last active December 14, 2015 10:49
Show Gist options
  • Save kharmabum/5074602 to your computer and use it in GitHub Desktop.
Save kharmabum/5074602 to your computer and use it in GitHub Desktop.
markdown examples

header1

#header1

header2

##header2 ###header3



View source with this.
Check out this guide on Stack Overflow.

Markdown syntax (thanks @gruber). Why use markdown?

/n Proceeded by new line.

Proceeded by blank line.

New <p> with email link.

emphasis emphasis bold bold

##well this is fun alt-text

###make a list

  • <li> item
  • or like this
  • or even like this
  1. Step one
  2. Step two 3. Escaping can be helpful

quotes are awesome.

quotes w/ code are more awesome

source

header1
=========
#header1

header2
-
##header2
###header3
___ 
***
View [source](#source) with [this][learn].

[Markdown][link-reference] syntax (thanks [@gruber]).
Why use [markdown](http://brettterpstra.com/2011/08/31/why-markdown-a-two-minute-explanation/)?

`/n`
Proceeded by new line.

Proceeded by blank line.

New `<p>` with email [link][email].

_emphasis_ *emphasis*
__bold__ **bold**

##well this is fun
![alt-text][image]


###make a list
- `<li>` item
* or like this
+ or even like this

1. Step one
2. Step two
3\. Escaping can be helpful

> quotes are awesome.

> quotes w/ `code` are more awesome

/* remove surrounding "`" */
`[link-reference]: http://daringfireball.net/projects/markdown/syntax`
`[learn]: http://dillinger.io/`
`[image]: http://i.imgur.com/Z5lIm.gif`
`[email]: mailto:[email protected]`
`[@gruber]: https://twitter.com/gruber"`

### <a id="#source"></a>source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment