Children of list.
Optional dataData associated with the mdast list.
Optional orderedWhether the items have been intentionally ordered (when true), or that
the order of items is not important (when false or not present).
Optional positionPosition of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
Optional spreadWhether one or more of the children are separated with a blank line from
its siblings (when true), or not (when false or not present).
Optional startThe starting number of the list, when the ordered field is true.
Node type of mdast list.
Markdown list.