Skip to content
Markdown

Markdown Local Image Reference Checker

Separate local image paths from external image URLs.

How it works

  1. 1Paste your Markdown.
  2. 2Images are grouped into local and external.
  3. 3Use the lists to plan a migration.

Use cases

  • Know which assets to copy when moving content.
  • Audit external image dependencies.
  • Plan a CDN migration.

Frequently asked questions

What counts as local?

Any image source that is not an http(s) URL or a data URI — typically relative or absolute paths.

Does it download images?

No. It only classifies the paths; nothing is fetched.

Is it private?

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

See all →