aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-27 11:26:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-27 11:26:38 -0700
commit6972a7dc9158c1d56b2dc9a06f596386f6b30860 (patch)
tree35c18ea6d50182a62374a49cd6246b89247c003a /MANUAL.txt
parentcbe16b2866abd8d0e4c15f027562b4b2bed3f01e (diff)
downloadpandoc-6972a7dc9158c1d56b2dc9a06f596386f6b30860.tar.gz
Modify rebase_reference_links treatment of reference links/images.
The directory is based on the file containing the link reference, not the file containing the link, if these differ.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 2ca50e44a..d755c0c00 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -5080,7 +5080,11 @@ Without this extension, you would have to use
`![image](chap1/spider.jpg)` in `chap1/text.md` and
`![image](chap2/spider.jpg)` in `chap2/text.md`. Links with
relative paths will be rewritten in the same way as images.
-*This option currently only affects Markdown input.*
+
+Note that relative paths in reference links and images will
+be rewritten relative to the file containing the link
+reference definition, not the file containing the reference link
+or image itself, if these differ.
#### Extension: `attributes` ####