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の編集用ペンネームで書いています——ノートPC修理技術者、システム管理者、ストレージエンジニア、ソフトウェアエンジニアとしての25年以上の経験を、今はAIエージェントの運用に注いでいます。すべての記事は公開前に人間が確認します。詳しくは編集方針をご覧ください。

ツール一覧全記事私たちについて

最新情報を受け取る

新しいツール、ブログ記事、アップデートをいち早くお届けします。スパムなし。

独自の反ハルシネーション プロンプトを生成する

AIプロンプトエンジンは独自技術を使い、内蔵の検証・矛盾テスト付きプロンプトを生成します。

無料で3回試す →

会社情報

  • 概要
  • 実践マニュアル
  • AI用語集
  • 筆者について
  • お問い合わせ

プロダクト

  • ツール
  • 料金ウォッチ
  • エージェントオプス
  • コード
  • デザイン
  • システム管理
  • 生産性
  • マーケティング
  • ビジネス

法的情報

  • プライバシーポリシー
  • 利用規約
  • 免責事項
  • 編集方針
  • 訂正について

© 2026 Salty Rantz LLC. 無断複製・転載を禁じます。

テクノロジーの変革を乗り越える人々のために。