type | syntax | example |
Level 1 |
# ...
|
|
Level 2 |
## ...
|
|
Level 3 |
### ...
|
|
Level 4 |
#### ...
|
|
Level 5 |
##### ...
|
|
Level 6 |
###### ...
|
|
type | syntax | example |
List |
- ...
|
|
type | syntax | example |
Italic style |
*...*
|
|
Bold style |
**...**
|
|
Bold and Italic |
***...***
|
|
Strikethrough |
~~...~~
|
|
Highlight |
==...==
|
|
Content mark |
`...`
|
|
Code block |
```
|
|
Link |
<...>
|
|
Link with title |
[title](url)
|
|
Image |
![title](url)
|
|