Markdown Cheat Sheet

Markdown Cheat Sheet [HUGO]

Basic Formatting

Headings

# largest heading
## Second largest heading
###### Smallest heading

Styling text

Bold

**This is bold text**
Italic
*This is italic text*
Strikeout
~~Strikeout text~~
Bold and nested italic
**This text is _partly_ italic**
All bold and italic
***This text is extremely important***

Link [ www.zentrale.com.au ]

Link [[ www.zentrale.org.au ]] (http://www.zentrale.org.au)

Quoting

Quote within a text

Quote `within` a text

Lists

Unordered list
- one
- two
- three

- one
- two
- three

Nested Lists

Nested list
1. one
2. two
3. three

1. one
2. two
3. three

Table
Header left Header middle Header right
Left column (left align) centered Right column (right align)
Left column (left align) centered Right column (right align)
Left column (left align) centered Right column (right align)

|  Header left |      Header middle      |  Header right |
|:--------|:-------------:| -----------:|
| Left column (left align)  | centered  | Right column (right align) |
| Left column (left align)  | centered  | Right column (right align) |
| Left column (left align)  | centered  | Right column (right align) |

Blockquotes

Blockquotes are sometimes useful.

>Blockquotes are sometimes useful.