aboutsummaryrefslogtreecommitdiff
path: root/example.td
blob: 83762f90434a7a6ec36abea821e04ebf88482c51 (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
# Title

A paragraph with *bold elements* and _italic_.
Also supports `code`, math like $2x+3$, <ref> and [links](https://anhgelus.world/).

## Blocks

Existing blocks:
- unordered list
- with multiple items

. ordered list
. with multiple items :D

<ref: Defining footnotes

> A quote
> yay
with an attribution :D

:::info
A beautiful callout
:::

$$$
forall x in RR, quad x^2 = x times x
$$$

And in typst:
```typ
forall x in RR, quad x^2 = x times x
```

![Alt](/link/to/image)
and it's attribution