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'); }
http://daringfireball.net/projects/markdown/basics
Click here to read the official Markdown Documentation
Any old text is treated as a paragraph.
This is another paragraph.
Here is italic.
This is bold.
You can combine these.
- Groucho
- Harpo
- Chico
- Zeppo
- Groucho
- Harpo
- Chico
- Zeppo
- Zeppo's Cat
- Zeppo's Dog
This is a quote from some famous dead person.
I disagree with the above.