TryParse(BlockProcessor, Char, out ListInfo) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Tries to parse the current input as a list item for this particular instance.

public abstract bool TryParse(BlockProcessor state, char pendingBulletType, scoped out ListInfo result)

Parameters

state
BlockProcessor

The block processor

pendingBulletType
Char

The type of the current bullet type

result
ListInfo

The result of parsing

Returns

Boolean
true if parsing was successful; false otherwise