TableStyle

data class TableStyle(val cellPadding: PaddingValues)(source)

Describes how a Markdown table should appear.

Constructors

Link copied to clipboard
constructor(cellPadding: PaddingValues)

Properties

Link copied to clipboard

The padding to be applied to individual cells in the table.