summaryrefslogtreecommitdiff
path: root/src/test.md
blob: d527b96576b66eca7cf946c6d327f69cee31e589 (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
30
# This is a test md file hello

This is *italics* this is **bold** this is ***both*** wow

click [here](http) for stuff and [over here](http12 "my title") for more

![this is an image](httpsomething)

this is a paragraph

haha

- this is a list
    - of items
    - please dont
- break 


* star list
* this is a star

+ plus now wow
+ plus wow so cool

1. hello
2. world
3. lOL


ok that worked?