kmarkdown
Toggle table of contents
0.2.4
common
Platform filter
common
Switch theme
Search in API
kmarkdown
kmarkdown
/
io.github.devngho.kmarkdown.flavor.common
/
List
List
data
class
List
(
val
items
:
List
<
MarkdownElement
>
,
val
listStyle
:
List.ListStyle
)
:
MarkdownElement
Members
Constructors
List
Link copied to clipboard
constructor
(
items
:
List
<
MarkdownElement
>
,
listStyle
:
List.ListStyle
)
Types
Companion
Link copied to clipboard
object
Companion
:
MarkdownElementDescriptor
<
List
>
List
DSL
Link copied to clipboard
class
ListDSL
List
Style
Link copied to clipboard
enum
ListStyle
:
Enum
<
List.ListStyle
>
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
MarkdownElementDescriptor
<
out
MarkdownElement
>
It is a descriptor of the markdown element. It should be MarkdownElementDescriptor<{THIS}>
items
Link copied to clipboard
val
items
:
List
<
MarkdownElement
>
list
Style
Link copied to clipboard
val
listStyle
:
List.ListStyle
Functions
encode
Link copied to clipboard
open
override
fun
encode
(
)
:
String