From 24e293d0e32b2f40cc432b37249270dc6172d226 Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Sat, 4 May 2024 20:36:42 +0100 Subject: [PATCH] table: update note about auto-merge --- table/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/table/README.md b/table/README.md index a9813bb..e7d3e1b 100644 --- a/table/README.md +++ b/table/README.md @@ -7,9 +7,9 @@ Pretty-print tables into ASCII/Unicode strings. - Add Header(s) and Footer(s) (`AppendHeader`/`AppendFooter`) - Add a Separator manually after any Row (`AppendSeparator`) - Auto Index Rows (1, 2, 3 ...) and Columns (A, B, C, ...) (`SetAutoIndex`) - - Auto Merge (_not supported in CSV/HTML/Markdown/TSV modes_) + - Auto Merge (_not supported in CSV/Markdown/TSV modes_) - Cells in a Row (`RowConfig.AutoMerge`) - - Columns (`ColumnConfig.AutoMerge`) + - Columns (`ColumnConfig.AutoMerge`) (_not supported in HTML mode_) - Limit the length of - Rows (`SetAllowedRowLength`) - Columns (`ColumnConfig.Width*`)