Skip to content
Markdown

Markdown Documentation Formatter

Format docs with an optional table of contents from your headings.

How it works

  1. 1Paste docs using ## and ### headings.
  2. 2Add a title and toggle the TOC.
  3. 3Copy the formatted documentation.

Use cases

  • Prepare a docs page.
  • Add navigation to long docs.
  • Standardize documentation structure.

Frequently asked questions

How is the TOC built?

From your H2 and H3 headings, with GitHub-style anchor links and nesting.

Will the anchors work?

Yes; they use the same slug rules as GitHub and most Markdown renderers.

Is it private?

Yes. The document is assembled in your browser; nothing is uploaded or stored.

See all →