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)
The state.
The ordered delimiter found if this method is successful.
true if parsing was successful; false otherwise.