Markdown Cheat Sheet
Basic Syntax:
- Headings:
# H1,## H2,### H3, etc.
- Bold:
**bold text** - Italic:
*italicized text* - Bulleted List:
* item 1* item 2
- Numbered List:
1. First item2. Second item
- Links:
[title](https://) - Images:
 - Code Blocks:
```code``` - Inline Code:
`code` - Blockquotes:
> blockquote
Advanced Syntax:
- Task List:
- [x] Write the press release- [ ] Update the website
Learning Resources for Markdown:
- Markdown Guide
- Interactive Markdown Tutorial
- GitHub Flavored Markdown