fn make_link(
label: Vec<MdInlineElement>,
title: Option<String>,
uri: String,
) -> MdInlineElementExpand description
Helper function used in parse_link_type to circumvent Rust’s limitation on closure recursion
fn make_link(
label: Vec<MdInlineElement>,
title: Option<String>,
uri: String,
) -> MdInlineElementHelper function used in parse_link_type to circumvent Rust’s limitation on closure recursion