Reference
Basic Syntax
A reference to the Markdown basic syntax elements supported by all Markdown applications.
Refer to the Basic Syntax reference guide from The Markdown Guide for more information.
Heading
# H1
## H2
### H3H1
H2
H3
Bold
**bold text**bold text
Italic
_italicized text_italicized text
italicized text
Blockquote
> blockquoteblockquote
Ordered List
1. First item
2. Second item
3. Third item- First item
- Second item
- Third item
Unordered List
- First item
- Second item
- Third item- First item
- Second item
- Third item
Code
`code`code
Horizontal Rule
---Link
[Markdown Guide](https://www.markdownguide.org)Image

Next
Extended Syntax