Sample Markdown
-This is some basic, sample markdown.
-Second Heading
--
-
-
- Unordered lists, and:
-
-
-
- One -
- Two -
- Three -
- - More -
--Blockquote
-
- And bold, italics. - A link to somewhere. -
-And code highlighting:
-var foo = 'bar';
-
-function baz(s) {
- return foo + ':' + s;
-}
-
- The end ...
-