ListItem

struct ListItem

A Markdown list item and its optional task-list state.

Properties

let blocks: [Block]

Block nodes belonging to this item, including nested lists.

let checked: Bool?

The task-list state: checked, unchecked, or absent for a normal item.