You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't found any property in ListItem referring to the item's index in OrderedList. When calling format() on OrderedList, it converts all the indices to "1. ". This problem arises when I try to parse a ordered list starting from a number other than 1, e.g., 3. 4. 5.