HtmlToMarkdown. DocumentNode
(html_to_markdown v3.6.0-rc.10)
Copy Markdown
A single node in the document tree.
Summary
Types
@type t() :: %HtmlToMarkdown.DocumentNode{ annotations: [map()], attributes: map() | nil, children: [non_neg_integer()], content: String.t() | nil, id: String.t() | nil, parent: non_neg_integer() | nil }
A single node in the document tree.