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
reproduction.tar.gz
Steps to reproduce
You can view it simply by launching it directly.
Before submitting
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/#ubuntuinstead of:
/dev/docker/install/#ubuntuIs there a setting that causes
/xxxpaths to behave as relative URLs?Related links
It appears the documentation does not contain any relevant content.
Reproduction
reproduction.tar.gz
Steps to reproduce
You can view it simply by launching it directly.
Before submitting