diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-19 21:01:17 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-19 21:01:17 -0700 |
commit | 87def47e87d7d8ba20dabc323e7b91a424b95406 (patch) | |
tree | 25277804c654faee0f1176b965536c438c321124 /README | |
parent | 652f9a88f4e112804dcb5035783235a08aff3aa8 (diff) | |
download | pandoc-87def47e87d7d8ba20dabc323e7b91a424b95406.tar.gz |
Documented `--metadata` change.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -286,10 +286,10 @@ Reader options preface the filename with `./`. `-M` *KEY[=VAL]*, `--metadata=`*KEY[:VAL]* -: Set the metadata field *KEY* to the value *VAL* after - parsing. A value specified on the command line overrides a value - specified in the document. Values will be interpreted as raw strings. - If no value is specified, the value will be treated as Boolean true. +: Set the metadata field *KEY* to the value *VAL*. A value specified + on the command line overrides a value specified in the document. + Values will be parsed as YAML boolean or string values. If no value is + specified, the value will be treated as Boolean true. `--normalize` : Normalize the document after reading: merge adjacent |