diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-01 16:22:40 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-01 16:22:40 -0700 |
commit | 8977b2aaed096a71e669e1161f6ce10d5286f34e (patch) | |
tree | 2abf2d18cfead0314fe243ec4653d10006f4b6f8 /README | |
parent | 1240edbc3b4f716c58fc3dfe9fc277c45b8529ab (diff) | |
download | pandoc-8977b2aaed096a71e669e1161f6ce10d5286f34e.tar.gz |
Changed --metadata to return Boolean True if no value.
Also documented in README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -284,6 +284,12 @@ Reader options if no directory is provided. If you want to run a script in the working directory, 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. + `--normalize` : Normalize the document after reading: merge adjacent `Str` or `Emph` elements, for example, and remove repeated `Space`s. |