peek


Description:

public int peek (string chunk, int chunk_pos, bool is_end_of_chunks, out FormatType matched_block, out int byte_length)

Determines if characters at a given position match a list-related block tag. Only matches CONTINUE_LIST, ORDERED_LIST, or UNORDERED_LIST. If CONTINUE_LIST is found, recursively calls itself to check what follows.