aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-06-12 10:30:16 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-12 10:33:34 -0700
commit07bce91f4f1614967dd6f3698238d51f5290aae7 (patch)
treec6c0b51024bee28bb7b65f3e55762cc7bc2c982b /MANUAL.txt
parente499769dc0a070f729b2bfde28a0089dee464b61 (diff)
downloadpandoc-07bce91f4f1614967dd6f3698238d51f5290aae7.tar.gz
Allow --template to take a URL argument.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 97b9972b2..03da6b0bf 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -645,10 +645,10 @@ General writer options
output. For `native` output, this option causes metadata to
be included; otherwise, metadata is suppressed.
-`--template=`*FILE*
+`--template=`*FILE*|*URL*
-: Use *FILE* as a custom template for the generated document. Implies
- `--standalone`. See [Templates], below, for a description
+: Use the specified file as a custom template for the generated document.
+ Implies `--standalone`. See [Templates], below, for a description
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