PostProcess(InlineProcessor, Inline?, Inline?, Int32, Boolean) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Processes the delimiters.

bool PostProcess(InlineProcessor state, Inline? root, Inline? lastChild, int postInlineProcessorIndex, bool isFinalProcessing)

Parameters

state
InlineProcessor

The parser state.

root
Inline

The root inline.

lastChild
Inline

The last child.

postInlineProcessorIndex
Int32

Index of this delimiter processor.

isFinalProcessing
Boolean

Returns

Boolean
true to continue to the next delimiter processor; false to stop the process (in case a processor is performing sub-sequent processor itself)