broken-link-checker icon indicating copy to clipboard operation
broken-link-checker copied to clipboard

Roadmap: Markdown

Open marcobiedermann opened this issue 9 years ago • 1 comments

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__.'));

marcobiedermann avatar Jun 24 '16 16:06 marcobiedermann

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.

stevenvachon avatar Jul 13 '16 01:07 stevenvachon