-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bug
Description
I checked that...
- ... the documentation does not mention anything about my problem
- ... the problem doesn't occur with the default MkDocs template
- ... the problem is not in any of my customizations (CSS, JS, template)
- ... there are no open or closed issues that are related to my problem
Description
When clicking a link to another local .html file (which is not generated by MkDocs) with instant feature on, the page won't load correctly.
Expected behavior
Instant loading should ignore that link.
Actual behavior
The page doesn't load correctly.
Steps to reproduce the bug
- Create a new MkDocs project.
mkdocs new test- Set theme to "material" and enable "instant" feature.
theme:
name: material
features:
- instant- Create
test.html.
<html>
<body>
<p>
test
</p>
</body>
</html>- Write a link to that page in
index.md.
[test](/test.html)- Run
mkdocs serveand check that link.
Package versions
- Python:
3.7.2 - MkDocs:
1.1 - Material:
5.1.0
Project configuration
site_name: Test
theme:
name: material
features:
- instantSystem information
- OS: Windows 10
- Browser: I've tried both Firefox and Chrome
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bug