List

data class List(val items: List<MarkdownElement>, val listStyle: List.ListStyle) : MarkdownElement

Constructors

Link copied to clipboard
constructor(items: List<MarkdownElement>, listStyle: List.ListStyle)

Types

Link copied to clipboard
Link copied to clipboard
class ListDSL
Link copied to clipboard

Properties

Link copied to clipboard

It is a descriptor of the markdown element. It should be MarkdownElementDescriptor<{THIS}>

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun encode(): String