pub(crate) fn extract_markdown( input: &str, include_verbatim: bool, include_wikilinks: bool, ) -> Vec<RawUri>
Extract unparsed URL strings from a Markdown string.