Documentation
¶
Overview ¶
Package markdown implements a URL extractor for Markdown files. It supports various markdown link formats including inline links, reference links, images, autolinks, and HTML anchor tags. URLs inside code blocks are ignored.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
type Parser struct{}
Parser implements parser.FileParser for markdown files.
func (*Parser) Extensions ¶
Extensions returns the file extensions this parser handles.
Click to show internal directories.
Click to hide internal directories.