Defines list information returned when trying to parse a list item with TryParse(BlockProcessor, Char, out ListInfo)
public struct ListInfo
kind:method, kind:property, kind:ctor. Press Esc to clear.ListInfo(Char, String, Char, String)Initializes a new instance of the ListInfo struct.ListInfo(Char)Initializes a new instance of the ListInfo struct.BulletTypeGets or sets the type of the bullet (e.g: '1', 'a', 'A', 'i', 'I').DefaultOrderedStartGets or sets default string used as a starting sequence for the ordered list (e.g: '1' for an numbered ordered list)OrderedDelimiterGets or sets the ordered delimiter found when parsing this list (e.g: the character `)` after `1)`)OrderedStartGets or sets the string used as a starting sequence for an ordered listSourceBulletGets or sets the source bullet.