aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-06-30 12:35:16 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-30 12:36:27 +0200
commit99252b3d5537de7f3e35ee4232889fe2e4de273d (patch)
treed9c16d3b7eb214fb187f966df4263aee115f5cdf
parentae9d9138c37e390361c716f989685d1cfcdbc577 (diff)
downloadpandoc-99252b3d5537de7f3e35ee4232889fe2e4de273d.tar.gz
Update manual for "true" YAML values.
Now that we're using HsYAML and YAML 1.2, the valid true values are `true`, `True`, `TRUE`. NOTE! `y`, `yes`, `on` no longer count as true values.
-rw-r--r--MANUAL.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 8421ef674..ed176e4bd 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1725,8 +1725,7 @@ of the following:
- any object,
- the boolean `true` (to specify the boolean `true`
value using YAML metadata or the `--metadata` flag,
- use `y`, `Y`, `yes`, `Yes`, `YES`, `true`, `True`,
- `TRUE`, `on`, `On`, or `ON`; with the `--variable`
+ use `true`, `True`, or `TRUE`; with the `--variable`
flag, simply omit a value for the variable, e.g.
`--variable draft`).