Markdown Syntax Cheatsheet
Heading levels
Section titled โHeading levelsโCode | Output |
---|---|
# H1 | H1 |
## H2 | H2 |
### H3 | H3 |
#### H4 | H4 |
##### H5 | H5 |
###### H6 | H6 |
Line breaks
Section titled โLine breaksโOption 1: end the line with a backslash \
Option 2: use HTML nbsp when needed.