TableAlignment

enum TableAlignment

Controls how a Markdown table column is aligned when rendered.

Cases

case unspecified

No alignment marker was present; render without an alignment style.

case left

Align cell content to the left edge of the column.

case center

Center cell content within the column.

case right

Align cell content to the right edge of the column.