Markdown list.
children:
ListItem
[]
Children of list.
node_modules/@types/mdast/index.d.ts:873
optional
data:ListData
Data associated with the mdast list.
node_modules/@types/mdast/index.d.ts:877
optional
ordered:null
|boolean
Whether the items have been intentionally ordered (when true
), or that
the order of items is not important (when false
or not present).
node_modules/@types/mdast/index.d.ts:860
optional
position:Position
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
node_modules/@types/unist/index.d.ts:103
optional
spread:null
|boolean
Whether one or more of the children are separated with a blank line from
its siblings (when true
), or not (when false
or not present).
node_modules/@types/mdast/index.d.ts:869
optional
start:null
|number
The starting number of the list, when the ordered
field is true
.
node_modules/@types/mdast/index.d.ts:864
type:
"list"
Node type of mdast list.
node_modules/@types/mdast/index.d.ts:855