TryParseDelimiter(BlockProcessor, out Char) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Utility method that tries to parse the delimiter coming after an ordered list start (e.g: the ) after 1)).

protected bool TryParseDelimiter(BlockProcessor state, scoped out char orderedDelimiter)

Parameters

state
BlockProcessor

The state.

orderedDelimiter
Char

The ordered delimiter found if this method is successful.

Returns

Boolean
true if parsing was successful; false otherwise.