Skip to content
Markdown

Markdown TOC Remover

Strip a generated table of contents from a document.

How it works

  1. 1Paste a document containing a TOC block.
  2. 2The block between <!-- toc --> markers is removed.
  3. 3Copy the cleaned document.

Use cases

  • Remove a stale TOC.
  • Prepare content for a platform that auto-generates a TOC.
  • Clean up before exporting.

Frequently asked questions

Which TOC does it remove?

The block delimited by <!-- toc --> and <!-- /toc --> markers.

What if there are no markers?

The document is returned unchanged, so it is safe to run anytime.

Is it private?

Yes. Everything runs in your browser — nothing is uploaded.

See all →