From e7a1368d948bebd2b2a395b7553ceb30519f472e Mon Sep 17 00:00:00 2001 From: fbonin Date: Wed, 12 Jun 2024 15:58:44 -0400 Subject: [PATCH] doc: add documentation for issue #399 (#402) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04e2e357..f24fb266 100644 --- a/README.md +++ b/README.md @@ -1343,7 +1343,7 @@ The resulting table would be the following. ### Span -It's possible to set a horizontal(column) span and vertical(row) span to a cell. +It's possible to set a horizontal(column) span and vertical(row) span to a cell. For certain look and feel, this might cause visual artifact on table borders (see #399). This can be fixed by using tabled::settings::style::BorderSpanCorrection. #### Horizontal span