about summary refs log tree commit diff stats
path: root/test.gmi
blob: 8d8e17858c91deff9245d7cc789e35aed09fd9bf (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
# a test document of some kind

here is a test document.
it has paragraphs
=> example.com with links!
and other things.

## a code example
```
for (a=1;a<=4;a++) {
	printf("%d\n", a);
}
```

### other examples

> a blockquote is a quote
> that is blocky.

* list 1
* list 2
* list 3
=> example.com link list 1
=> example.com link list 2
=> example.com link list 3

ok