IsOpen(Block) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Checks whether the specified block is currently part of the open block stack.

public bool IsOpen(Block block)

Parameters

block
Block

The block to check.

Returns

Boolean
true if the block is open; otherwise false.