Markdown Cheatsheet

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
# H1
## H2
### H3
#### H4
##### H5
###### H6

HR 1
---
HR 2
***
HR3
===

Link
[I'm an inline-style link](https://www.google.com)

Image
![alt text](https://avatars2.githubusercontent.com/u/23167564?s=460&v=4 "Logo Title Text 1")


List 1
- text 1
- text 2
- text 3

List 2
1. text 1
1. text 2
1. text 3

H1

H2

H3

H4

H5
H6

HR 1

HR 2


HR3

Link
I’m an inline-style link

Image
alt text

List 1

  • text 1
  • text 2
  • text 3

List 2

  1. text 1
  2. text 2
  3. text 3

Code

1
run cmd