Close(BlockProcessor, Block) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Called when a block matched by this parser is being closed (to allow final computation on the block).

public virtual bool Close(BlockProcessor processor, Block block)

Parameters

processor
BlockProcessor

The parser processor.

block
Block

The block being closed.

Returns

Boolean
true to keep the block; false to remove it. True by default.