Skip to content
Markdown

Markdown Front Matter Remover

Strip the front matter block, keeping the body.

How it works

  1. 1Paste a document with front matter.
  2. 2The --- block is removed.
  3. 3Copy the clean body.

Use cases

  • Prepare content for a system that adds its own metadata.
  • Get just the body text.
  • Clean up before export.

Frequently asked questions

Is my body changed?

No. Only the leading front matter block is removed; the body is untouched.

What if there is no front matter?

The document is returned unchanged.

Is it private?

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

See all →