Function make_link

Source
fn make_link(
    label: Vec<MdInlineElement>,
    title: Option<String>,
    uri: String,
) -> MdInlineElement
Expand description

Helper function used in parse_link_type to circumvent Rust’s limitation on closure recursion