Skip to main content

parse_inline_link

Function parse_inline_link 

Source
pub fn parse_inline_link(
    chars: &[char],
    start: usize,
) -> Option<(String, String, usize)>
Expand description

Attempts to parse [text](dest) starting at start (the [). Returns the text, destination, and index just past the closing ).