Parser for extracting and analyzing markdown links and references.
This class uses the unified/remark ecosystem to parse markdown files and extract comprehensive
link information including inline links, images, reference-style links, and link definitions.
for (constlinkoflocalLinks) { constexists = awaitparser.validateInternalLink(link, parsed.filePath); if (!exists) { console.warn(`Broken link: ${link.href} at line ${link.line}`); } }
Parser for extracting and analyzing markdown links and references.
This class uses the unified/remark ecosystem to parse markdown files and extract comprehensive link information including inline links, images, reference-style links, and link definitions.
Example
Basic usage
Example
Link validation