ListItemResult

data class ListItemResult(val item: Block.ListItem, val nextIndex: Int, val blankAfter: Boolean, val containsBlank: Boolean)

Result of collecting a list item.

Parameters

item

The parsed list item

nextIndex

Index of the next line after this item

blankAfter

True if there was a blank line between this and next item

containsBlank

True if a blank line separates content within this item

Constructors

Link copied to clipboard
constructor(item: Block.ListItem, nextIndex: Int, blankAfter: Boolean, containsBlank: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard