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 Text | URL | Type | Flags |
|---|
How to Use
- Paste any Markdown text into the box above.
- Click Extract Links (or press Ctrl+Enter / Cmd+Enter).
- Use the filter tabs to view specific link categories.
- Export the full list as CSV or JSON, or Copy All URLs to clipboard.
What Gets Extracted
| Link type | Markdown syntax | Example |
|---|---|---|
| External link | [text](https://...) | [Google](https://google.com) |
| Internal link | [text](/path) | [About](/about) |
| Anchor | [text](#id) | [Top](#top) |
| Image |  |  |
| 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 ofhttps:// - Spaces in URL — Whitespace inside a URL that will cause rendering failures
- Bare domains — Domain-like strings with no
https://prefix
Related Tools
- Markdown Preview — Render Markdown as HTML in real time
- Markdown Table Generator — Build Markdown tables visually
- URL Encoder — Encode and decode URLs and query strings
