From c49061e99be211da4b2c32c6895965c9a5fd58f0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 9 Apr 2020 09:35:27 -0700 Subject: Clarify docs for pipe table column width adjustment. See #6254. --- MANUAL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.txt b/MANUAL.txt index 473cc8458..3c8c94017 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3793,7 +3793,7 @@ legal (though ugly) pipe table: The cells of pipe tables cannot contain block elements like paragraphs and lists, and cannot span multiple lines. If a pipe table contains a -row whose printable content is wider than the column width (see +row whose Markdown content is wider than the column width (see `--columns`), then the table will take up the full text width and the cell contents will wrap, with the relative cell widths determined by the number of dashes in the line separating the table header from -- cgit v1.2.3