- Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-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
Here's a minimal reproducible example content of src/SUMMARY.md:
# Summary - [Chapter 1](./chapter_1.md) - [Chapter 1.1](./chapter_1_1.md) <!-- - [Chapter 1.2](./chapter_1_2.md) - [Chapter 2](./chapter_2.md) -->Though Chapter 2 is commented out, it appears in the sidebar and the corresponding empty .md file is created by mdbook:
Steps
No response
Possible Solution(s)
Current workaround is to un-indent the comment:
# Summary - [Chapter 1](./chapter_1.md) - [Chapter 1.1](./chapter_1_1.md) <!-- - [Chapter 1.2](./chapter_1_2.md) - [Chapter 2](./chapter_2.md) -->Notes
No response
Version
mdbook v0.4.34 Metadata
Metadata
Assignees
Labels
A-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
