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
/
Table
/
TableCol
Table
Col
data
class
TableCol
(
val
item
:
MarkdownElement
)
:
MarkdownElement
Members
Constructors
Table
Col
Link copied to clipboard
constructor
(
item
:
MarkdownElement
)
Types
Companion
Link copied to clipboard
object
Companion
:
MarkdownElementDescriptor
<
Table.TableCol
>
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}>
item
Link copied to clipboard
val
item
:
MarkdownElement
Functions
encode
Link copied to clipboard
open
override
fun
encode
(
)
:
String