NewBlocks Property

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Gets the new blocks to push. A BlockParser is required to push new blocks that it creates to this property.

public Stack<Block> NewBlocks { get; }

Returns