package
0.0.0-20240612120643-8cd7c8735d81
Repository: https://github.com/open-ch/checkdoc.git
Documentation: pkg.go.dev
# Functions
ExtractAllLinks will extract all links from the passed ast.
FilterLocalLinks will extract all "local" links, ie, links pointing to the local file system and not starting with "http[s]://...".
ParseFileToAst parses a file living at the path specified at marcdownFile and returns an abstract syntax tree.