CanInterrupt(TProcessor, Block) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

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

bool CanInterrupt(TProcessor processor, Block block)

Parameters

processor
{TProcessor}

The parser processor.

block
Block

The block being processed.

Returns

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