HtmlToMarkdown. LinkType
(html_to_markdown v3.6.0-rc.17)
Copy Markdown
Link classification based on href value and document context.
Used to categorize links during extraction for filtering and analysis.
Summary
Functions
Anchor link within same document (href starts with #)
Email link (mailto:)
External link to different domain
Internal link within same domain
Other protocol or unclassifiable
Phone link (tel:)
Types
Functions
@spec anchor() :: t()
Anchor link within same document (href starts with #)
@spec email() :: t()
Email link (mailto:)
@spec external() :: t()
External link to different domain
@spec internal() :: t()
Internal link within same domain
@spec other() :: t()
Other protocol or unclassifiable
@spec phone() :: t()
Phone link (tel:)