aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-12-11 00:22:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-11 00:22:34 -0800
commitc6b79d794eb25cb11777d2b720ce01595c780de1 (patch)
tree2c06481ca74bd5fa0f1b456f73fd8b94d92c44cd /README
parentf5c208230451c2f8446b639a4458a255e14778fb (diff)
downloadpandoc-c6b79d794eb25cb11777d2b720ce01595c780de1.tar.gz
Removed deprecated -C/--custom-header option.
Use --template instead.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 0 insertions, 7 deletions
diff --git a/README b/README
index 03fa84547..a8acf42f8 100644
--- a/README
+++ b/README
@@ -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)