use crate::types::{uri::raw::RawUri, FileType, InputContent}; mod html5ever; mod html5gum; mod markdown; mod plaintext; use markdown::extract_markdown; use plaintext::extract_plaintext; /// Check if the given element is in the list of preformatted ("verbatim") tags. /// /// These will be excluded from link checking by default. // Including the