Options for the extension PipeTableExtension
public class PipeTableOptions
kind:method, kind:property, kind:ctor. Press Esc to clear.PipeTableOptions()Initializes a new instance of the PipeTableOptions class.InferColumnWidthsFromSeparatorGets or sets a value indicating whether column widths should be inferred based on the number of dashes in the header separator row. Each column's width will be proportional to the dash count in its respective column.RequireHeaderSeparatorGets or sets a value indicating whether to require header separator. true by default (Kramdown is using false)UseHeaderForColumnCountDefines whether table should be normalized to the amount of columns as defined in the table header. false by default If true, this will insert empty cells in rows with fewer tables than the header row and remove cells that are exceeding the header column count. If false, this will use the row with the most columns to determine how many cells should be inserted in all other rows (default behavior).