HtmlToMarkdown.LinkType (html_to_markdown v3.4.0-rc.23)

Copy Markdown View Source

Link classification based on href value and document context.

Summary

Types

t()

@type t() :: :anchor | :internal | :external | :email | :phone | :other

Functions

anchor()

@spec anchor() :: t()

email()

@spec email() :: t()

external()

@spec external() :: t()

internal()

@spec internal() :: t()

other()

@spec other() :: t()

phone()

@spec phone() :: t()