Paste any Markdown text below to instantly extract every link, categorize it, detect broken formats, find duplicates, and export results as CSV or JSON.

Paste Markdown Text

#Link TextURLTypeFlags

How to Use

  1. Paste any Markdown text into the box above.
  2. Click Extract Links (or press Ctrl+Enter / Cmd+Enter).
  3. Use the filter tabs to view specific link categories.
  4. Export the full list as CSV or JSON, or Copy All URLs to clipboard.

What Gets Extracted

Link typeMarkdown syntaxExample
External link[text](https://...)[Google](https://google.com)
Internal link[text](/path)[About](/about)
Anchor[text](#id)[Top](#top)
Image![alt](url)![Logo](logo.png)
Reference link[text][ref][Docs][docs]
Auto-link<https://...><https://example.com>

Broken Format Detection

The checker flags links that have:

  • Missing protocol — URLs starting with www. instead of https://
  • Spaces in URL — Whitespace inside a URL that will cause rendering failures
  • Bare domains — Domain-like strings with no https:// prefix