HtmlToMarkdown. AnnotationKind
(html_to_markdown v3.6.0-rc.10)
Copy Markdown
The type of an inline text annotation.
Uses internally tagged representation ("annotation_type": "bold") for JSON serialization.
Summary
Types
Bold / strong emphasis.
Inline code.
Highlighted / marked text.
Italic / emphasis.
A hyperlink sourced from an <a href="..."> element.
Strikethrough / deleted text.
Subscript text.
Superscript text.
The type of an inline text annotation.
Underline.
Types
@type bold() :: :bold
Bold / strong emphasis.
@type code() :: :code
Inline code.
@type highlight() :: :highlight
Highlighted / marked text.
@type italic() :: :italic
Italic / emphasis.
A hyperlink sourced from an <a href="..."> element.
@type strikethrough() :: :strikethrough
Strikethrough / deleted text.
@type subscript() :: :subscript
Subscript text.
@type superscript() :: :superscript
Superscript text.
@type t() :: term()
The type of an inline text annotation.
@type underline() :: :underline
Underline.