# `HtmlToMarkdown.TableData`

A top-level extracted table with both structured data and markdown representation.

# `t`

```elixir
@type t() :: %HtmlToMarkdown.TableData{grid: map(), markdown: String.t() | nil}
```

A top-level extracted table with both structured data and markdown representation.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
