aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-27 14:16:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-27 14:16:37 -0700
commit4b16d181e7219ed161a0e03c0c5ee9dec4b526b4 (patch)
tree8230559cd15e0966fb29de92798259a41393b0bf /MANUAL.txt
parent0661ce699fe83c64dd5a5874e8ab17241b19550c (diff)
downloadpandoc-4b16d181e7219ed161a0e03c0c5ee9dec4b526b4.tar.gz
rebase_relative_paths: leave empty paths unchanged.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index fb1a76e9a..c234debc9 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -5081,8 +5081,8 @@ 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)`.
+Absolute paths and URLs are not changed. Neither are empty
+paths or paths consisting entirely of a fragment, e.g., `#foo`.
Note that relative paths in reference links and images will
be rewritten relative to the file containing the link