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 ).