Versions in this module Expand all Collapse all v0 v0.2.0 Jun 12, 2026 Changes in this version + type MarkdownTable struct + func (t *MarkdownTable) AddRow(data ...interface{}) *MarkdownTable + func (t *MarkdownTable) String() string + type Table struct + FirstColumnFormatter func(input string) string + HeaderFormatter func(input string) string + LineLength uint + SeparatorSpaces uint + Wrap bool + func (t *Table) AddRow(data ...interface{}) *Table + func (t *Table) String() string