Skip to content

Commit b0affc2

Browse files
authored
table: update note about auto-merge (#320)
1 parent 5395a20 commit b0affc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

table/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Pretty-print tables into ASCII/Unicode strings.
77
- Add Header(s) and Footer(s) (`AppendHeader`/`AppendFooter`)
88
- Add a Separator manually after any Row (`AppendSeparator`)
99
- Auto Index Rows (1, 2, 3 ...) and Columns (A, B, C, ...) (`SetAutoIndex`)
10-
- Auto Merge (_not supported in CSV/HTML/Markdown/TSV modes_)
10+
- Auto Merge (_not supported in CSV/Markdown/TSV modes_)
1111
- Cells in a Row (`RowConfig.AutoMerge`)
12-
- Columns (`ColumnConfig.AutoMerge`)
12+
- Columns (`ColumnConfig.AutoMerge`) (_not supported in HTML mode_)
1313
- Limit the length of
1414
- Rows (`SetAllowedRowLength`)
1515
- Columns (`ColumnConfig.Width*`)

0 commit comments

Comments
 (0)