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
fn make_image(
label: Vec<MdInlineElement>,
title: Option<String>,
uri: String,
) -> MdInlineElement
Helper function used in parse_link_type
to circumvent Rust’s limitation on closure recursion