Grid cell. Fields: body, colspan, rowspan, align, fill.
Summary
Types
@type t() :: %Folio.Content.GridCell{ align: String.t() | nil, body: [Folio.Content.t()], colspan: pos_integer() | nil, fill: String.t() | nil, rowspan: pos_integer() | nil }