MarkdownLinkChecker.GetLinks Retrieves a list of links and image links from the Markdown document and optionally checks for validity. public Task<List<LinkInfo>> GetLinks(string markdown, bool brokenLinksOnly, bool noLinkCheck, string docHtml)