ListMap
Object Hierarchy:
Description:
public class ListMap :
MarkerMap
Marker map for list-only block markers (CONTINUE_LIST, ORDERED_LIST, UNORDERED_LIST). Used by the parser (via BlockMap.peek) for list-
block detection.
Content:
Creation methods:
Methods:
- 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.
Inherited Members:
All known members inherited from class Markdown.MarkerMap