Skip to content

Latest commit

 

History

History
110 lines (81 loc) · 2.7 KB

markdown tricks.markdown

File metadata and controls

110 lines (81 loc) · 2.7 KB

This is an H1

Markdown plus h2 with a custom ID {#id-goes-here}

Link back to H2

This is an H6

$$\begin{align} \rho_{X,Y} &= \frac{cov(X,Y)}{\sigma_X\sigma_Y} \ &= \frac{E[(X-\mu_X)(Y-\mu_Y)]}{\sigma_X\sigma_Y} \end{align}$$

A B C
1 Male Blue
2 Female Pink

To be, or not to be, that is the question: Whether 'tis nobler in the mind to suffer The slings and arrows of outrageous fortune,

nested blockquote

  • Red
  • Green
  • Blue
  1. Bird
  2. McHale
  3. Parish



http://github.com/defunkt/mustache/blob/master/lib/mustache/sinatra.rb

[header][]

This is an example inline link. This link has no title attribute.

[Rack::Bug]

This is [an example][id] reference-style link. This is [an example][id] reference-style link. [id]: http://daringfireball.net/

Visit [Daring Fireball][] for more information. [Daring Fireball]: http://daringfireball.net/

I get 10 times more traffic from Google 1 than from Yahoo 2 or MSN 3.

I get 10 times more traffic from Google than from Yahoo or MSN.

Alt text Alt text

![Alt text][id] [id]: path_url/to/image "Optional title attribute"

Smiley face

Apple : Pomaceous fruit of plants of the genus Malus in the family Rosaceae. : An american computer company.

single asterisks single underscores

double asterisks double underscores

code --version

 var s = "JavaScript syntax highlighting";
 alert(s);

This line has two spaces at the end (hard for you to see, but trust me!). So this is a separate line in the same paragraph.