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
A list marker is a bullet list marker or an ordered list marker.
An ordered list marker is a sequence of 1–9 arabic digits (0-9),
followed by either a . character or a ) character.
(The reason for the length limit is that
with 10 digits we start seeing integer overflows in some browsers.)