Skip to content

📝 Markdown Cheat Sheet

Headings

H1

H2

H3

H4

Emphasis

Italic or Italic
Bold or Bold
~~Strikethrough~~

Lists

Unordered

  • Item 1
  • Item 2
  • Subitem

Ordered

  1. First
  2. Second

Checkboxes

  • [x] Done
  • [ ] Todo

Visible Text

Images

Alt text

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
  • &nbsp; = Non-breaking space