docs: use weak pagebreaks for automatic pagebreaks
This commit is contained in:
parent
e5df894daa
commit
70402c25ba
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