toggle menu
winds
1.0.2
jvm
switch theme
search in API
common
/
dev.teogor.winds.common
Package-level
declarations
Types
Functions
Types
Error
Id
Link copied to clipboard
sealed
interface
ErrorId
Markdown
Table
Link copied to clipboard
class
MarkdownTable
(
columnTitles
:
List
<
String
>
,
columnAlignments
:
List
<
MarkdownTable.Align
>
,
rows
:
MutableList
<
List
<
String
>
>
=
mutableListOf()
)
Functions
markdown
Table
Link copied to clipboard
fun
markdownTable
(
init
:
MarkdownTable.Builder
.
(
)
->
Unit
)
:
MarkdownTable