1. Blog Post Link Audit
Content ManagerBackground
A content manager needs to review a Markdown blog post before publication to ensure all links are valid and not duplicated.
Problem
The post contains numerous inline and bare URLs, making manual checking inefficient and prone to errors.
How to use
Paste the Markdown content into the input area, select 'inline' and 'bare' link types, and enable URL validation and duplicate checking.
{"linkTypes": ["inline", "bare"], "validateUrls": true, "checkDuplicates": true}Outcome
A JSON report listing all extracted links with their validation status and duplicates, allowing quick corrections before publishing.