diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-04 09:29:57 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-04 09:29:57 -0700 |
commit | 12d573db66eafbb67cf954dc4892102fc580ad55 (patch) | |
tree | eafd0b7202dff4ba07012a3a281e4f39d2e00155 /README | |
parent | 8763ba188c9829e959cd71e1a9e1af44843d74d6 (diff) | |
download | pandoc-12d573db66eafbb67cf954dc4892102fc580ad55.tar.gz |
Clarified that templates go in templates subdirectory of user data dir.
Closes #2272.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -395,9 +395,9 @@ General writer options of template syntax. If no extension is specified, an extension corresponding to the writer will be added, so that `--template=special` looks for `special.html` for HTML output. If the template is not - found, pandoc will search for it in the user data directory - (see `--data-dir`). If this option is not used, a default - template appropriate for the output format will be used (see + found, pandoc will search for it in the `templates` subdirectory of + the user data directory (see `--data-dir`). If this option is not used, + a default template appropriate for the output format will be used (see `-D/--print-default-template`). `-V` *KEY*[`=`*VAL*], `--variable=`*KEY*[`:`*VAL*] |