docs: use weak pagebreaks for automatic pagebreaks
This commit is contained in:
parent
e399690720
commit
90d3e50163
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
let pagebreak-before(it) = pagebreak() + it
|
||||
show heading.where(outlined: true): it => {
|
||||
if it.level <= 2 {
|
||||
pagebreak()
|
||||
pagebreak(weak: true)
|
||||
}
|
||||
|
||||
it
|
||||
|
|
Loading…
Reference in a new issue