Current section

Files

Jump to
html_to_markdown lib html_to_markdown grid_cell.ex
Raw

lib/html_to_markdown/grid_cell.ex

# This file is auto-generated by alef. DO NOT EDIT.
defmodule HtmlToMarkdown.GridCell do
@moduledoc "A single cell in a table grid."
defstruct content: "",
row: 0,
col: 0,
row_span: 0,
col_span: 0,
is_header: false
end