UtilitySansar
Teks

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.

Ringkasan alat

Alat ini menerima input terstruktur dan menghasilkan output deterministik di browser, tanpa upload server.

Nama alat
Markdown TOC Generator
Maksud input
Berikan konten sumber untuk diubah, divalidasi, atau dianalisis.
Maksud output
Terima output ternormalisasi yang siap disalin, dipakai ulang, atau di-debug.
Contoh input
# Guide ## Install ## Configure ### Environment ### Secrets
Contoh output
- [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)

Pengantar alat

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.

Gambaran alat

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.

Kasus penggunaan

  • 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

Contoh input/output

H2-H3 range, bullet style, anchor links enabled.
Maksud input
# Guide
## Install
## Configure
### Environment
### Secrets
Maksud output
- [Install](#install)
- [Configure](#configure)
  - [Environment](#environment)
  - [Secrets](#secrets)

Pertanyaan umum

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.

Jelajahi alat lainnya

Temukan utilitas terkait di kategori Teks di bawah.

Lihat semua Teks

Alat terkait

Utilitas pilihan yang mungkin Anda anggap berguna