aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-27 13:53:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-27 13:53:26 -0700
commit0661ce699fe83c64dd5a5874e8ab17241b19550c (patch)
tree304a4f03950987573c51da6cefb88502fb548bde /MANUAL.txt
parent6972a7dc9158c1d56b2dc9a06f596386f6b30860 (diff)
downloadpandoc-0661ce699fe83c64dd5a5874e8ab17241b19550c.tar.gz
rebase_relative_paths extension: don't change fragment paths.
We don't want a pure fragment path to be rewritten, since these are used for cross-referencing.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index d755c0c00..fb1a76e9a 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -5081,6 +5081,9 @@ Without this extension, you would have to use
`![image](chap2/spider.jpg)` in `chap2/text.md`. Links with
relative paths will be rewritten in the same way as images.
+Absolute paths and URLs are not changed. Neither are paths
+consisting entirely of a fragment, e.g. `[section one](#foo)`.
+
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