📝 Markdown Cheat Sheet
Headings
H1
H2
H3
H4
Emphasis
Italic or Italic
Bold or Bold
~~Strikethrough~~
Lists
Unordered
- Item 1
- Item 2
- Subitem
Ordered
- First
- Second
Checkboxes
- [x] Done
- [ ] Todo
Links
Images
Code
Inline code
Code block:
```bash
echo "Hello World"
```
Quotes
This is a blockquote
Horizontal Rule
Tables
Header 1 | Header 2 |
---|---|
Cell A1 | Cell A2 |
Cell B1 | Cell B2 |
Escape Markdown
Use \*
to write a literal *
character
Special
<!-- comment -->
= Comment that won't render
= Non-breaking space