ListItem

data class ListItem(val text: String) : MarkdownElement

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard