fn parse_links<'md>(doc: &'md str) -> Vec<Box<str>>
Similar version of markdown_links from rustdoc. This will collect destination links and display text if exists.
markdown_links