Module linkcheck::scanners[][src]

Expand description

A scanner is just a function that which can extract links from a body of text.

Functions

A scanner that uses pulldown_cmark to extract all links from markdown.

A scanner that uses pulldown_cmark to extract all links from markdown, using the supplied callback to try and fix broken links.

Use the linkify crate to find all URLs in a string of normal text.

Type Definitions

The callback passed to pulldown-cmark whenever a broken link is encountered.