
h1 Heading
h2 Heading
h3 Heading
h4 Heading
h5 Heading
h6 Heading
Emphasis
This is bold text
This is italic text
Strikethrough
Blockquotes
Example of a very smart quote here
Lists
Unordered:
-
Create a list by starting a line with
+
,-
, or*
-
Sub-lists are made by indenting 2 spaces:
-
Marker character change forces new list start:
-
Ac tristique libero volutpat at
-
Ordered:
-
Lorem ipsum dolor sit amet
-
Consectetur adipiscing elit
-
Integer molestie lorem at massa
Code
Inline code
Block code "fences"
var foo = function (bar) {
return bar++
}
console.log(foo(5))