Markdown Basic Syntax
This Markdown cheat sheet provides a quick overview of all basic Markdown syntax elements. If you need more information about any of these elements, refer to the reference guide for basic syntax.
Heading
# H1
## H2
### H3
H1
H2
H3
Bold
**bold text**
bold text
Italic
_italicized text_
italicized text
Blockquote
> blockquote
blockquote
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
