ListItem

data class ListItem(val prefix: String? = null, val content: List<MarkdownBlock>) : MarkdownBlock

Constructors

Link copied to clipboard
constructor(prefix: String? = null, content: List<MarkdownBlock>)

Properties

Link copied to clipboard
Link copied to clipboard