29 lines
No EOL
297 B
Markdown
29 lines
No EOL
297 B
Markdown
# Playground
|
|
This is just my small little playground repository
|
|
# H1
|
|
## H2
|
|
### H3
|
|
#### H4
|
|
##### H5
|
|
###### H6
|
|
Alt-H1
|
|
=====
|
|
Alt-H2
|
|
------
|
|
`small code block`
|
|
|
|
```
|
|
line 1
|
|
line 2
|
|
line 3
|
|
```
|
|
|
|
### Using space intention
|
|
line 1
|
|
line 2
|
|
line 3
|
|
|
|
### Using tab intention
|
|
line 1
|
|
line 2
|
|
line 3 |