the IT Hustle
도구실전 매뉴얼소개
FundamentalsAI 활용2026-04-03•9 min 읽기

The Complete Markdown Cheat Sheet (With Copy-Paste Examples)

작성: Salty Deprecated Software Engineer

✨ AI 보조 콘텐츠

이 글은 AI 지원을 받아 작성되었으며, 정확성과 품질을 위해 팀이 검토했습니다. 모든 기술 정보와 예시는 검증되었습니다.

Markdown is the formatting language behind GitHub READMEs, Notion pages, Slack messages, Discord, Reddit, and most documentation sites. It's also what ChatGPT and Claude output by default. If you work in tech in 2026, you use Markdown whether you know it or not.

This cheat sheet covers everything you need. Bookmark it.

Headings

# Heading 1

## Heading 2

### Heading 3

#### Heading 4

More #s = smaller heading. Use H1 for titles, H2 for sections, H3 for subsections.

Text Formatting

**bold text**

*italic text*

***bold and italic***

~~strikethrough~~

`inline code`

> This is a blockquote

Links & Images

[Link text](https://example.com)

![Alt text](image-url.png)

[Link with title](https://example.com "Hover text")

The ! before brackets makes it an image instead of a link.

Lists

Unordered:

- Item one

- Item two

- Nested item

Ordered:

1. First

2. Second

3. Third

Task list:

- [x] Completed task

- [ ] Pending task

Code Blocks

Inline code:

Use `backticks` for inline code

Fenced code block with syntax highlighting:

```javascript

function hello() {

console.log("Hello!");

}

```

Replace "javascript" with python, bash, sql, css, etc. for proper highlighting.

Tables

| Column 1 | Column 2 | Column 3 |

|----------|----------|----------|

| Row 1 | Data | Data |

| Row 2 | Data | Data |

Alignment:

| Left | Center | Right |

|:-----|:------:|------:|

Colons in the separator row control text alignment.

Horizontal Rules, Footnotes & More

Horizontal rule:

---

Footnotes (GitHub/extended):

Here is a statement[^1].

[^1]: This is the footnote text.

Collapsed section (GitHub):

<details>

<summary>Click to expand</summary>

Hidden content here.

</details>

Where Markdown Works

PlatformSupports
GitHubFull GFM (tables, task lists, footnotes)
NotionMost syntax (paste Markdown, auto-converts)
SlackPartial (bold, italic, code, links, lists)
DiscordMost syntax (no tables)
RedditFull Markdown in old editor
ChatGPT/ClaudeFull — all output is Markdown

Need to format text quickly? Try our free Text Tools Suite for case conversion, word count, and more.

IT
Salty Deprecated Software Engineer

The IT Hustle의 편집용 필명으로 씁니다 — 노트북 수리 기사, 시스템 관리자, 스토리지 엔지니어, 소프트웨어 엔지니어로 일한 25년 이상의 경력을 이제 AI 에이전트 운영에 쏟고 있습니다. 모든 글은 게시 전에 사람이 검토합니다. 자세한 내용은 편집 원칙을 참고하세요.

도구 보기전체 아티클소개

새 소식 받기

새로운 도구, 블로그 포스트, 업데이트 소식을 가장 먼저 받아보세요. 스팸 없음.

나만의 반환각 프롬프트 생성하기

AI 프롬프트 엔진은 독자적인 기술로 내장 검증 및 모순 테스트가 포함된 프롬프트를 생성합니다.

무료 3회 생성 체험 →

회사

  • 소개
  • 실전 매뉴얼
  • AI 용어집
  • 필자 소개
  • 문의

제품

  • 도구
  • AI 가격 동향
  • 에이전트 옵스
  • 코드
  • 디자인
  • 시스템 관리
  • 생산성
  • 마케팅
  • 비즈니스

법적 고지

  • 개인정보 처리방침
  • 이용약관
  • 면책 조항
  • 편집 원칙
  • 정정 안내

© 2026 Salty Rantz LLC. 모든 권리 보유.

기술 변혁 속에서 일하는 사람들을 위해 만들었습니다.