HtmlToMarkdown.AnnotationKind (html_to_markdown v3.4.0-rc.42)

Copy Markdown

The type of an inline text annotation.

Summary

Types

bold()

@type bold() :: :bold

code()

@type code() :: :code

highlight()

@type highlight() :: :highlight

italic()

@type italic() :: :italic

link()

@type link() :: %{type: :link, url: term(), title: term()}

strikethrough()

@type strikethrough() :: :strikethrough

subscript()

@type subscript() :: :subscript

superscript()

@type superscript() :: :superscript

t()

@type t() :: term()

underline()

@type underline() :: :underline