diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-09-06 10:07:22 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-09-06 10:07:22 -0700 |
commit | a734ed6532eb4a55358a5715184a1b39369f16a0 (patch) | |
tree | 301f61c4b72518fa6bbdb464cffca038fd34d42d | |
parent | 0b7001c3188c9333402693659a13e1003c2a31b4 (diff) | |
download | pandoc-a734ed6532eb4a55358a5715184a1b39369f16a0.tar.gz |
MANUAL: Clarify when `--resource-path` has an effect.
-rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index cd38e32b3..7fa7cdcab 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -805,6 +805,11 @@ General writer options `--resource-path=.:test` will search the working directory and the `test` subdirectory, in that order. + `--resource-path` only has an effect if (a) the output + format embeds images (for example, `docx`, `pdf`, or `html` + with `--self-contained`) or (b) it is used together with + `--extract-media`. + `--request-header=`*NAME*`:`*VAL* : Set the request header *NAME* to the value *VAL* when making |