-
Couldn't load subscription status.
- Fork 1.8k
Open
Labels
A-HTMLArea: HTML RenderingArea: HTML RenderingA-SummaryArea: The summary page, organization of pages.Area: The summary page, organization of pages.C-bugCategory: A bug, incorrect or unintended behaviorCategory: A bug, incorrect or unintended behavior
Description
Problem
If a chapter named README.md is not the first chapter, the sidebar gets confused as to which page is currently active.
Steps
With a SUMAMRY.md outline such as:
# Summary
[Prefix 1](prefix-1.md)
[Prefix 2](prefix-2.md)
- [Introduction](README.md)when loading index.html, both "Prefix 1" and "Introduction" are highlighted as the current page.
Only "Introduction" should be highlighted.
Possible Solution(s)
No response
Notes
No response
Version
mdbook v0.5.0-alpha.1
Metadata
Metadata
Assignees
Labels
A-HTMLArea: HTML RenderingArea: HTML RenderingA-SummaryArea: The summary page, organization of pages.Area: The summary page, organization of pages.C-bugCategory: A bug, incorrect or unintended behaviorCategory: A bug, incorrect or unintended behavior