HtmlToMarkdown. DocumentStructure
(html_to_markdown v3.8.3)
Copy Markdown
A structured document tree representing the semantic content of an HTML document.
Uses a flat node array with index-based parent/child references for efficient traversal.
Summary
Types
@type t() :: %HtmlToMarkdown.DocumentStructure{ nodes: [HtmlToMarkdown.DocumentNode.t()], source_format: String.t() | nil }
A structured document tree representing the semantic content of an HTML document.