HtmlToMarkdown.AnnotationKind
(html_to_markdown v3.4.0-rc.40)
Copy Markdown
The type of an inline text annotation.
Summary
Types
@type bold() :: :bold
@type code() :: :code
@type highlight() :: :highlight
@type italic() :: :italic
@type strikethrough() :: :strikethrough
@type subscript() :: :subscript
@type superscript() :: :superscript
@type t() :: term()
@type underline() :: :underline