mai revised this gist 4 days ago. Go to revision
1 file changed, 30 insertions
test.md(file created)
| @@ -0,0 +1,30 @@ | |||
| 1 | + | # Markdown syntax guide | |
| 2 | + | ||
| 3 | + | ## Headers | |
| 4 | + | ||
| 5 | + | # This is a Heading h1 | |
| 6 | + | ## This is a Heading h2 | |
| 7 | + | ###### This is a Heading h6 | |
| 8 | + | ||
| 9 | + | ## Emphasis | |
| 10 | + | ||
| 11 | + | *This text will be italic* | |
| 12 | + | _This will also be italic_ | |
| 13 | + | ||
| 14 | + | **This text will be bold** | |
| 15 | + | __This will also be bold__ | |
| 16 | + | ||
| 17 | + | _You **can** combine them_ | |
| 18 | + | ||
| 19 | + | ## Lists | |
| 20 | + | ||
| 21 | + | ### Unordered | |
| 22 | + | ||
| 23 | + | * Item 1 | |
| 24 | + | * Item 2 | |
| 25 | + | * Item 2a | |
| 26 | + | * Item 2b | |
| 27 | + | * Item 3a | |
| 28 | + | * Item 3b | |
| 29 | + | ||
| 30 | + | ### Ordered | |
Newer
Older