summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-02-06 08:02:32 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2024-02-06 08:03:10 -0800
commit4b8882b45967ccaff03b652fe8e25a3ccc33623d (patch)
tree5490ef48e304242d8f0254d907272a1c66a13db3 /MANUAL.txt
parent81f7e5789fbedac292d99445586156e3b41c5484 (diff)
Add clarification to docs for `--resource-path`.
Thanks to @cagix for the suggestion (#9417).
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index d03d10c5c..0c862a0cb 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -951,6 +951,11 @@ header when requesting a document from a URL:
those that come earlier, so
`--resource-path foo:bar --resource-path baz:bim` is
equivalent to `--resource-path baz:bim:foo:bar`.
+ Note that this option only has an effect when pandoc
+ itself needs to find an image (e.g., in producing a
+ PDF or docx, or when `--embed-resources` is used.)
+ It will not cause image paths to be rewritten in other
+ cases (e.g., when pandoc is generating LaTeX or HTML).
`--request-header=`*NAME*`:`*VAL*