Skip to content

Commit

Permalink
add page-break option to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorawetz committed Jan 17, 2022
1 parent 7b1241d commit 9e62178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guide/src/format/configuration/renderers.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,12 @@ By default, mdBook will include an icon on the top right of the book (which look
```toml
[output.html.print]
enable = true # include support for printable output
page-break = true # insert page-break after each chapter
```

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

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

Expand Down

0 comments on commit 9e62178

Please sign in to comment.