aboutsummaryrefslogtreecommitdiff
path: root/content/articles/2022-08-29-blog-test.md
blob: 2b654440be9e158ae3a4739e45a902d018b5a70c (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
# Blog test

Hello world!

## heading

_italic_ **bold** `code` [Link](https://metamuffin.org/)

### sub heading

Look at this code here.

```rs
fn main() { 1 + 1 }
pub async fn useless(s: Box<dyn Write>) -> impl Future<usize> {
    todo!()
}
```

As you can see, its pointless i.e. no points

- list
- list
- list

1. first this
2. then that
3. done