summaryrefslogtreecommitdiff
path: root/cheat.md
blob: c605b858955ea67be5f62082e227213bddc66a1e (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
# heading

paragraph, **bold** _italic_ ya da *italic* ve `inline code`
[links](https://www.markdownguide.org/cheat-sheet/)

## h2

- unordered
- list

1. ordered
2. list

footnote [^1]

```
code block
```

> blockquote

![alt text](image.jpg)


[^1]: this is the footnote (extended markdown)