enum Cmark::ListType
Overview
A type of list for nodes with NodeType::List.
Defined in:
cmark/list_type.crEnum Members
-
None =
0 -
Bullet =
1 -
Ordered =
2
A type of list for nodes with NodeType::List.
0
1
2