peek


Description:

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

Block-level peek: skips leading spaces then base.eat(); on no match with indent in list, delegates to listmap. Handles fenced code (newline/lang), table, etc.

Parameters:

last_line_block

Used when delegating to listmap (only after ORDERED_LIST or UNORDERED_LIST).