package cmarkit
-
cmarkit
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Lists.
type type' = [
| `Unordered of Layout.char
with given marker.
*)| `Ordered of int * Layout.char
starting at given integer, markers ending with given character (')'
or '.'
).
]
The type for list types.
The type for lists.
val make : ?tight:bool -> type' -> List_item.t node list -> t
make ?tight t items
is a list with given parameters. tight default to true
, but should be computed from items
in practice.
val items : t -> List_item.t node list
items l
are the items of l
.