Skip to content

Instantly share code, notes, and snippets.

@wofockham
Last active August 29, 2015 14:26
Show Gist options
  • Save wofockham/ec79fc96c1ff4206f201 to your computer and use it in GitHub Desktop.
Save wofockham/ec79fc96c1ff4206f201 to your computer and use it in GitHub Desktop.
var x = 10; // This is a comment
if (x > 5) {
  console.log('hello world');
}

var x = 10; // This is a comment if (x > 5) { console.log('hello world'); }

What actually is wrong with you

Markdown Intro

http://daringfireball.net/projects/markdown/basics

Click here to read the official Markdown Documentation

Any old text is treated as a paragraph.

Subheading

This is another paragraph.

Subsubheading

Subsubsubheading

Text styles

Here is italic.

This is bold.

You can combine these.

Marx Brothers: Unordered

  • Groucho
  • Harpo
  • Chico
  • Zeppo

Marx Brothers: Ordered

  1. Groucho
  2. Harpo
  3. Chico
  4. Zeppo
  5. Zeppo's Cat
  6. Zeppo's Dog

Shocked looking monkey

This is a quote from some famous dead person.

I disagree with the above.

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