blob: 203d42544dd5ecc78f49e62b26e4f42f7686abb8 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# This is a test md file hello
This is *italics* this is **bold** this is ***both*** wow (this is in brackets ssh) and [this is in square brackets not a anchor lol]
click [here](http) for stuff and [over here](http12 "my title") for more
and [click here](http://this_has_stuffinside) too
![this is an image](httpsomething)
this is a paragraph
with many lines
that are joined together
> this is a quote hi
ok that was a quote
> this quote has a list inside it
> - this is a list in a quote
> - it was quoted
>
> and also there is another quote;
>> Hi i am a quote
haha
- this is a list
- of items
- please dont
- break
ok
int main() {
printf("hello %s\n", "world");
}
int func(int* a) {
return a;
}
- list
- sublist
- subsublist
- subsubsublist
* star list
* this is a star
+ plus now wow
+ plus wow so cool
1. hello
2. world
3. lOL
> ok that worked?
|