Defines a table that contains an optional TableRow.
public class Table : ContainerBlock, IBlock, IMarkdownObject, IList<Block>, ICollection<Block>, IReadOnlyList<Block>, IReadOnlyCollection<Block>, IEnumerable<Block>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.Table(BlockParser?)Initializes a new instance of the Table class.ColumnDefinitionsGets or sets the column alignments. May be null.IsValid()Checks if the table structure is valid.NormalizeUsingHeaderRow()Normalizes the number of columns of this table by taking the amount of columns defined in the header and appending empty cells or removing extra cells as needed.NormalizeUsingMaxWidth()Normalizes the number of columns of this table by taking the maximum columns and appending empty cells.