The inline parser used to transform a ParagraphBlock into a Table at inline parsing time.
public class PipeTableParser : InlineParser, IInlineParser<InlineProcessor>, IMarkdownParser<InlineProcessor>, IPostInlineProcessor
kind:method, kind:property, kind:ctor. Press Esc to clear.PipeTableParser(LineBreakInlineParser, PipeTableOptions?)Initializes a new instance of the PipeTableParser class.OptionsGets the options.Match(InlineProcessor, ref StringSlice)Attempts to match the parser at the current position.PostProcess(InlineProcessor, Inline?, Inline?, Int32, Boolean)Performs the post process operation.