Initializes a new instance of the ListInfo struct.
public ListInfo(char bulletType, string orderedStart, char orderedDelimiter, string defaultOrderedStart)
Type of the bullet (e.g: '1', 'a', 'A', 'i', 'I')
The string used as a starting sequence for an ordered list.
The ordered delimiter found when parsing this list (e.g: the character ) after 1))
The default string used as a starting sequence for the ordered list (e.g: '1' for an numbered ordered list)