Function make_image

Source
fn make_image(
    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