Current section

Files

Jump to
html_to_markdown lib html_to_markdown table_grid.ex
Raw

lib/html_to_markdown/table_grid.ex

# This file is auto-generated by alef. DO NOT EDIT.
defmodule HtmlToMarkdown.TableGrid do
@moduledoc "A structured table grid with cell-level data including spans."
defstruct rows: 0,
cols: 0,
cells: []
end