Extension namespace for tables markdown features.
GridTableExtensionExtension that allows to use grid tables.GridTableParserRepresents the GridTableParser type.HtmlTableRendererA HTML renderer for a TablePipeTableBlockParserThis block parsers for pipe tables is used to by-pass list items that could start by a single '-' and would disallow to detect a pipe tables at inline parsing time, so we are basically forcing a line that starts by a '-' and have at least a '|' (and have optional spaces) and is a continuation of a paragraph.PipeTableDelimiterInlineThe delimiter used to separate the columns of a pipe table.PipeTableExtensionExtension that allows to use pipe tables.PipeTableOptionsOptions for the extension PipeTableExtensionPipeTableParserThe inline parser used to transform a ParagraphBlock into a Table at inline parsing time.TableColumnDefinitionDefines a column.TableHelperHelper methods for parsing tables.TableColumnAlignDefines the alignment of a columnContains the extension wiring, parsers, syntax nodes, and renderers for tables support.