# Paragraphs
```
Here's a line for us to start with.
This line is separated from the one above by two newlines, so it will be a separate paragraph.
```
Here's a line for us to start with.
This line is separated from the one above by two newlines, so it will be a separate paragraph.
***
# Headers
```
# This is header 1
```
# This is header 1
```
## This is header 2
```
## This is header 2
```
### This is header 3
```
### This is header 3
```
#### This is header 4
```
#### This is header 4
```
##### This is header 5
```
##### This is header 5
```
###### This is header 6
```
###### This is header 6
***
# Text Formatting
```
Emphasis, aka italics, with _underscores_.
```
Emphasis, aka italics, with _underscores_.
```
Strong emphasis, aka bold, with *asterisks*.
```
Strong emphasis, aka bold, with *asterisks*.
```
Combined emphasis with **asterisks and _underscores_**.
```
Combined emphasis with **asterisks and _underscores_**.
***
# Lists
```
1. item 1
2. item 2
3. item 3
4. item 4
```
1. item 1
2. item 2
3. item 3
4. item 4
```
- item 1
- item 2
- item 3
- item 4
```
- item 1
- item 2
- item 3
- item 4
***
# Links
```
[Google](https://www.google.com)
```
[Google](https://www.google.com)
```
[Bing](https://www.google.com "Bad Search Engine?")
```
[Bing](https://www.google.com "Bad Search Engine?")
***
# Images
```

```

```

```

***
# Code
```
Inline `code` has `back-ticks around` it.
```
Inline `code` has `back-ticks around` it.
``````
```
No language indicated, so no syntax highlighting.
But let's throw in a tag.
```
``````
```
No language indicated, so no syntax highlighting.
But let's throw in a tag.
```
***
# Table
```
| Header | Another header |
|---------|----------------|
| field 1 | something |
| field 2 | something else |
```
| Header | Another header |
|---------|----------------|
| field 1 | something |
| field 2 | something else |
***
# Blockquotes
```
> Blockquotes are very handy in email to *emulate* reply text.
> This line is part of the same quote.
```
> Blockquotes are very handy in email to *emulate* reply text.
> This line is part of the same quote.
***
# Seperator
```
***
```
***