-
Home
-
API
-
Markdig.Parsers
-
BlockProcessor
-
Methods
-
IsOpen(Block)
IsOpen(Block) Method
Definition
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.