PipeTableBlockParser Class

Definition

This 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.

public class PipeTableBlockParser : BlockParser, IBlockParser<BlockProcessor>, IMarkdownParser<BlockProcessor>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Methods (1)