aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 9877ab5ae37507cd161ef21add62c51c9918fb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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