diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-04-08 15:00:14 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-04-08 15:00:14 -0700 |
commit | cb8b1c2655509544b04e31a29142c98fd391d9f9 (patch) | |
tree | dd2152c8f84bb16ff750d3dacd80300c5de19171 /README | |
parent | 676b800993fffcc0e2ba44c88cfb6d552a37a136 (diff) | |
download | pandoc-cb8b1c2655509544b04e31a29142c98fd391d9f9.tar.gz |
README - improved documentation of --columns option.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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` |