Skip to main content

extract_markdown

Function extract_markdown 

Source
pub(crate) fn extract_markdown(
    input: &str,
    include_verbatim: bool,
    include_wikilinks: bool,
) -> Vec<RawUri>
Expand description

Extract unparsed URL strings from a Markdown string.