CanInterrupt(BlockProcessor, Block) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Determines whether this instance can interrupt the specified block being processed.

public virtual bool CanInterrupt(BlockProcessor processor, Block block)

Parameters

processor
BlockProcessor

The parser processor.

block
Block

The block being processed.

Returns

Boolean
true if this parser can interrupt the specified block being processed.