Markdown
h1 Heading
h2 Heading
h3 Heading
h4 Heading
h5 Heading
h6 Heading
Alt-H1
Alt-H2
Horizontal Rules
Emphasis
This is bold text
This is bold text
This is italic text
This is italic text
Strikethrough
Blockquotes
First level
Second level
Third level
Fourth level
Fifth level
Lists
Unordered
- level 1 with
+- level 2
- level 3
- level 4
- level 5
- level 4
- level 3
- level 2
- level 1 with
*
- level 1 with
+
Ordered
Using incremental number 1, 2, 3, …
- First
- Second
- Third
Using only a number 1, 1, 1, …
- First
- Second
- Third
Or, with offset, 5, 6, 7, …
- fifth
- sixth
- seventh
Check list
- Task 1
- Task 2
- Task 3
Code
Inline code
Indented code
// Some comments
line 1 of code
line 2 of code
line 3 of code
Block code
Sample text here...
Syntax highlighting
var foo = function (bar) {
return bar++;
};
console.log(foo(5));
Tables
| Name | Age | City |
|---|---|---|
| Alice | 25 | New York |
| Bob | 30 | London |
Aligned columns
| No align | Left aligned | Right aligned | Centered |
|---|---|---|---|
| Foo | foo | foo | foo |
| Bar | bar | bar | bar |
Links
Images

Load images in the same folder: 

Load images in the static folder: 

Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.