Block.List_itemSourceList items.
The type for list items.
val make :
?before_marker:Layout.indent ->
?marker:Layout.string node ->
?after_marker:Layout.indent ->
?ext_task_marker:Uchar.t node ->
block ->
tmake b is a list item for block b with given parameters, see corresponding accessors for semantics.
before_marker i is the indentation before the list marker.
marker i is the item marker layout of i.
after_marker i is the indentation after the marker.
ext_task_marker i is a task marker, only occurs in non-strict parsing mode, see see extension list task items.
val task_status_of_task_marker :
Uchar.t ->
[ `Unchecked | `Checked | `Cancelled | `Other of Uchar.t ]task_status_of_task_marker u is a status for marker u, see extension list task item.