summary.md: clarify that part titles must be h1 headers

This commit is contained in:
Joe Taber 2024-01-31 01:47:05 -06:00 committed by GitHub
parent 220cb4f0c8
commit 63000bc122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 5 deletions

View File

@ -29,11 +29,12 @@ to be ignored at best, or may cause an error when attempting to build the book.
- [First Chapter](relative/path/to/markdown2.md) - [First Chapter](relative/path/to/markdown2.md)
``` ```
1. ***Part Title*** - Headers can be used as a title for the following numbered 1. ***Part Title*** -
chapters. This can be used to logically separate different sections Level 1 headers can be used as a title for the following numbered chapters.
of the book. The title is rendered as unclickable text. This can be used to logically separate different sections of the book.
Titles are optional, and the numbered chapters can be broken into as many The title is rendered as unclickable text.
parts as desired. Titles are optional, and the numbered chapters can be broken into as many parts as desired.
Part titles must be h1 headers (one `#`), other heading levels are ignored.
```markdown ```markdown
# My Part Title # My Part Title