diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2010-12-11 00:22:34 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-11 00:22:34 -0800 |
| commit | c6b79d794eb25cb11777d2b720ce01595c780de1 (patch) | |
| tree | 2c06481ca74bd5fa0f1b456f73fd8b94d92c44cd /README | |
| parent | f5c208230451c2f8446b639a4458a255e14778fb (diff) | |
| download | pandoc-c6b79d794eb25cb11777d2b720ce01595c780de1.tar.gz | |
Removed deprecated -C/--custom-header option.
Use --template instead.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -336,11 +336,6 @@ Options repeatedly to include multiple files. They will be included in the order specified. Implies `--standalone`. -`-C` *FILE*, `--custom-header=`*FILE* -: Use contents of *FILE* as the document header. Implies `--standalone`. - *Note: This option is deprecated. Users should transition to using - `--template` instead.* - `--reference-odt=`*FILE* : Use the specified file as a style reference in producing an ODT. For best results, the reference ODT should be a modified version @@ -486,8 +481,6 @@ To write a literal `$` in a template, use `$$`. Some variables are set automatically by pandoc. These vary somewhat depending on the output format, but include: -`legacy-header` -: contents specified by `-C/--custom-header` `header-includes` : contents specified by `-H/--include-in-header` (may have multiple values) |
