UtilitySansar
Text

Markdown TOC Generator

Generate a clean, linked table of contents from any Markdown document. Pick the heading levels you want included, choose ordered or bullet lists, and copy a ready-to-paste TOC for your README, docs, or blog post.

도구 요약

이 도구는 구조화된 입력을 받아 서버 업로드 없이 브라우저에서 결정적인 출력을 반환합니다.

도구 이름
Markdown TOC Generator
입력 의도
변환·검증·분석할 원본 콘텐츠를 제공하세요.
출력 의도
복사, 재사용 또는 디버깅에 적합한 정규화된 출력을 받습니다.
예시 입력
# Guide ## Install ## Configure ### Environment ### Secrets
예시 출력
- [Install](#install) - [Configure](#configure) - [Environment](#environment) - [Secrets](#secrets)
Recent inputs0

Your last 5 inputs will appear here.

9 headings detected
- [Installation](#installation)
  - [macOS](#macos)
  - [Linux](#linux)
- [Configuration](#configuration)
- [Usage](#usage)
  - [Basic example](#basic-example)
  - [Advanced example](#advanced-example)
- [Troubleshooting](#troubleshooting)

도구 소개

Generate a clean, linked table of contents from any Markdown document. Pick the heading levels you want included, choose ordered or bullet lists, and copy a ready-to-paste TOC for your README, docs, or blog post.

도구 개요

Long Markdown files get easier to navigate when they start with a TOC. This tool parses your document, skips code fences, deduplicates anchor slugs the same way GitHub does, and builds a nested list that mirrors your heading hierarchy. Everything runs in the browser — your draft never leaves your tab.

사용 사례

  • Add navigation to a long README on GitHub
  • Build a docs landing page with deep-linked sections
  • Insert a sticky TOC into a Markdown blog post
  • Audit heading structure for a documentation site

입력/출력 예시

H2-H3 range, bullet style, anchor links enabled.
입력 의도
# Guide
## Install
## Configure
### Environment
### Secrets
출력 의도
- [Install](#install)
- [Configure](#configure)
  - [Environment](#environment)
  - [Secrets](#secrets)

자주 묻는 질문

Are anchor slugs compatible with GitHub?+
Yes. The slug algorithm lowercases text, replaces spaces with dashes, strips Markdown emphasis characters, and de-duplicates repeated headings — matching GitHub's behavior.
Does it ignore code blocks?+
Yes. Fenced code blocks are skipped so `# comments` inside code don't become TOC entries.
Can I generate an ordered (numbered) list?+
Yes. Toggle the ordered option to emit 1. style markers instead of bullets.
Is my Markdown sent anywhere?+
No. Parsing happens entirely in your browser.

다른 도구 보기

아래의 Text 카테고리에서 관련 유틸리티를 찾아보세요.

전체 Text 보기

관련 도구

유용할 수 있는 엄선된 유틸리티