26 lines
341 B
Markdown
26 lines
341 B
Markdown
|
# This is Markdown
|
||
|
|
||
|
Welcome to it.
|
||
|
|
||
|
## This is a level 2 heading
|
||
|
|
||
|
Can you read this?
|
||
|
|
||
|
### Let's go deeper, level 3 heading
|
||
|
|
||
|
- this
|
||
|
- is
|
||
|
- a
|
||
|
- list?
|
||
|
|
||
|
### How about a table?
|
||
|
|
||
|
| column 1 | column 2 |
|
||
|
| -------- | -------- |
|
||
|
| hi | hey |
|
||
|
| hoy | hah |
|
||
|
|
||
|
## Ok, that seems sufficient?
|
||
|
|
||
|
Hardly, but we'll get back to this.
|