Skip to content

Commit 9e62178

Browse files
committed
add page-break option to docs
1 parent 7b1241d commit 9e62178

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guide/src/format/configuration/renderers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,12 @@ By default, mdBook will include an icon on the top right of the book (which look
173173
```toml
174174
[output.html.print]
175175
enable = true # include support for printable output
176+
page-break = true # insert page-break after each chapter
176177
```
177178

178179
- **enable:** Enable print support. When `false`, all print support will not be
179180
rendered. Defaults to `true`.
181+
- **page-break** Insert page breaks between chapters. Defaults to `true`.
180182

181183
### `[output.html.fold]`
182184

0 commit comments

Comments
 (0)