AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.2" />

.NET API 1,168,384 bytes

 ListStyle

public enum ListStyle
An enumeration over possible list styles.
Armenian = 11

Traditional Armenian numbering, (ayb/ayp, ben/pen, gim/keem ... )

Circle = 2

A hollow circle

Decimal = 4

Han decimal numbers, Beginning with 1.

Decimal numbers, Padded by initial zeros, E.g. 01, 02, 03, ... 98, 99

Disc = 1

A filled circle (default value)

Georgian = 12

Traditional Georgian numbering, E.g.an, ban, gan, ... he, tan, in…

Lowercase classical Greek, alpha, beta, gamma…, E.g.α, β, γ ...

Lowercase ASCII letters, E.g.a, b, c, ... z

Lowercase roman numerals, E.g.i, ii, iii, iv, v, ...

None = 0

No list style at all.

Square = 3

A filled square

Uppercase ASCII letters, E.g.A, B, C, ... Z

Uppercase roman numerals, E.g.I, II, III, IV, V ...