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
A paragraph with **bold**, _italic_, and `code` words.
- --
1. 2.3.
```rust
fn main() {
}
```
See [the docs](https://example.com) for details.
The famous identity is $E = mc^2$ in inline form.
$$
\int_0^1 x \, dx = \frac{1}{2}
$$
End.