diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-15 09:13:19 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-15 09:13:19 -0800 |
commit | 594d466cd357fdd7a33cc29004b1eea30b5ec156 (patch) | |
tree | 4f1c5539ba2ec7e1232ee888227ba28463e3f23d | |
parent | 87033b285669901505f6da8b2969911a29c448fd (diff) | |
download | pandoc-594d466cd357fdd7a33cc29004b1eea30b5ec156.tar.gz |
MANUAL.txt: Remove misleading paragraph
about `--resource-path`. (Note that resource-path now affects
searching for bibilographies and other resources.)
-rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 461ebf54d..4126db3aa 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -899,11 +899,6 @@ header when requesting a document from a URL: `--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 |