aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-04-08 15:00:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-04-08 15:00:14 -0700
commitcb8b1c2655509544b04e31a29142c98fd391d9f9 (patch)
treedd2152c8f84bb16ff750d3dacd80300c5de19171
parent676b800993fffcc0e2ba44c88cfb6d552a37a136 (diff)
downloadpandoc-cb8b1c2655509544b04e31a29142c98fd391d9f9.tar.gz
README - improved documentation of --columns option.
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 9aaa561bb..b589bc03a 100644
--- a/README
+++ b/README
@@ -538,9 +538,9 @@ General writer options
`--columns=`*NUMBER*
-: Specify length of lines in characters (for text wrapping).
- This affects only the generated source code, not the layout on
- the rendered page.
+: Specify length of lines in characters. This affects text wrapping
+ in the generated source code (see `--wrap`). It also affects
+ calculation of column widths for plain text tables (see [Tables] below).
`--toc`, `--table-of-contents`