Ffile2fix
Sign in Get started
← All tools

Markdown Link & Image Checker

Scan Markdown for broken, empty, or malformed links and images, including missing alt text and unsafe relative paths.

⚑ 99 points per successful run · Balance: 0 · Buy points

Markdown Text

Paste Markdown containing [text](url) links and ![alt](url) images.

Results

Paste Markdown text to check its links and images.

How to Use

Paste any Markdown document. The tool extracts every [text](url) link and ![alt](url) image, then flags common problems per entry: an empty URL, missing link text or image alt text (an accessibility issue), a relative path with .. segments that could escape your project root, and obviously malformed URLs (spaces, or a bare www. address missing its https:// scheme). Every link is listed with either "OK" or the specific problem found.