diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-12-16 09:10:57 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-12-16 09:11:14 +0100 |
commit | bbdc0e75421c3b10d75069041e4aff501d8672bf (patch) | |
tree | 67ff3862605a41fea276c9246cd5f65db1da1ee2 | |
parent | 69f2734504c8626e4beb922e019ffb3744a75d9a (diff) | |
download | pandoc-bbdc0e75421c3b10d75069041e4aff501d8672bf.tar.gz |
MANUAL: Default --columns width is 72, not 80.
-rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index b6dce1066..405a52957 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -563,7 +563,7 @@ General writer options : Determine how text is wrapped in the output (the source code, not the rendered version). With `auto` (the default), pandoc will attempt to wrap lines to the column width specified by - `--columns` (default 80). With `none`, pandoc will not wrap + `--columns` (default 72). With `none`, pandoc will not wrap lines at all. With `preserve`, pandoc will attempt to preserve the wrapping from the source document (that is, where there are nonsemantic newlines in the source, there |