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 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
Syntax highlighting
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¶
https://www.google.com/
Images¶

Minion
With styles { style="max-width:600px; display:block; margin:auto;" }.
