-
Notifications
You must be signed in to change notification settings - Fork 95
Root paths (/xxx) resolving as relative paths #466
Copy link
Copy link
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Bug description
Hi, I’m seeing an issue where root paths seem to be treated as relative paths.
For example, using this Markdown link:
[Ubuntu 22.04+](/dev/docker/install/#ubuntu)
When used on /dev/docker/, it works correctly.
But when used on /blog/tip/, it resolves to:
/blog/tip//dev/docker/install/#ubuntu
instead of:
/dev/docker/install/#ubuntu
Is there a setting that causes /xxx paths to behave as relative URLs?
Related links
It appears the documentation does not contain any relevant content.
Reproduction
Steps to reproduce
You can view it simply by launching it directly.
Before submitting
- I have read and followed the bug reporting guidelines.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open