aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-22 10:10:04 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-22 10:15:03 +0200
commit4d1e9b8e4198990e515185fd3a0d6047f7999a61 (patch)
tree96304a9f9d283408e6aabbb1e6d88824a1004f05 /MANUAL.txt
parent30a3deadcce18dd53a79a4915d915beb815702cf (diff)
downloadpandoc-4d1e9b8e4198990e515185fd3a0d6047f7999a61.tar.gz
Let `--eol` take `native` as an argument.
Add `Native` to the `LineEnding` type. Make `optEol` a `Native` rather than `Maybe Native`.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index c7aa299c4..ae518054d 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -593,11 +593,12 @@ General writer options
: Print a system default data file. Files in the user data directory
are ignored.
-`--eol=crlf`|`lf`
+`--eol=crlf`|`lf`|`native`
-: Manually specify line endings: `crlf` (Windows) or `lf`
- (MacOS/linux/unix). The default is to use the line endings
- appropriate for the OS.
+: Manually specify line endings: `crlf` (Windows), `lf`
+ (MacOS/linux/unix), or `native` (line endings appropriate
+ to the OS on which pandoc is being run). The default is
+ `native`.
`--dpi`=*NUMBER*