-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
C-bugCategory: A bug, incorrect or unintended behaviorCategory: A bug, incorrect or unintended behavior
Description
Problem
As shown in the figure, subsec 1.2 should be at the same level as subsec 1.1, but in reality, subsec 1.2 is at the same level as sec 1 and sec 2, which is incorrect.
Steps
- Create a brand new project:
mkdir test && cd test && mdbook init --force - Modify the contents of the
chapter_1.mdfile - Start preview:
mdbook serve
File content as follows:
# Chapter 1
## sec 1
### subsec 1.1
#### subsubsec 1.1.1
### subsec 1.2
## sec 2
### subsec 2.1Possible Solution(s)
No response
Notes
No response
Version
mdbook v0.5.0
Metadata
Metadata
Assignees
Labels
C-bugCategory: A bug, incorrect or unintended behaviorCategory: A bug, incorrect or unintended behavior