broken-link-checker
broken-link-checker copied to clipboard
Roadmap: Markdown
option to parse Markdown in HtmlChecker for links
You could use a markdown parser like marked to work with Markdown files.
var marked = require('marked');
htmlChecker.scan(marked('I am using __markdown__.'));
Indeed. I haven't started solving it yet, but it would need to be a dependency so that accurate location info can be provided. The goal is to provide the tools for a front-end that can correct the original source.