Clarified that templates go in templates subdirectory of user data dir.
Closes #2272.
This commit is contained in:
parent
8763ba188c
commit
12d573db66
1 changed files with 3 additions and 3 deletions
6
README
6
README
|
@ -395,9 +395,9 @@ General writer options
|
||||||
of template syntax. If no extension is specified, an extension
|
of template syntax. If no extension is specified, an extension
|
||||||
corresponding to the writer will be added, so that `--template=special`
|
corresponding to the writer will be added, so that `--template=special`
|
||||||
looks for `special.html` for HTML output. If the template is not
|
looks for `special.html` for HTML output. If the template is not
|
||||||
found, pandoc will search for it in the user data directory
|
found, pandoc will search for it in the `templates` subdirectory of
|
||||||
(see `--data-dir`). If this option is not used, a default
|
the user data directory (see `--data-dir`). If this option is not used,
|
||||||
template appropriate for the output format will be used (see
|
a default template appropriate for the output format will be used (see
|
||||||
`-D/--print-default-template`).
|
`-D/--print-default-template`).
|
||||||
|
|
||||||
`-V` *KEY*[`=`*VAL*], `--variable=`*KEY*[`:`*VAL*]
|
`-V` *KEY*[`=`*VAL*], `--variable=`*KEY*[`:`*VAL*]
|
||||||
|
|
Loading…
Reference in a new issue