HtmlToMarkdown.InlineImage (html_to_markdown v2.22.5)

View Source

Represents an inline image extracted during conversion.

Summary

Types

t()

@type t() :: %HtmlToMarkdown.InlineImage{
  attributes: map(),
  data: binary(),
  description: String.t() | nil,
  dimensions: {non_neg_integer(), non_neg_integer()} | nil,
  filename: String.t() | nil,
  format: String.t(),
  source: String.t()
}