fn parse_links<'md>(doc: &'md str) -> Vec<Box<str>>
Expand description

Similiar version of markdown_links from rustdoc. This will collect destination links and display text if exists.