docs: use weak pagebreaks for automatic pagebreaks

This commit is contained in:
multisn8 2024-01-10 21:58:51 +01:00
parent 5f95f36214
commit 9a2f982d40
Signed by untrusted user: multisamplednight
GPG key ID: C81EF9B053977241

View file

@ -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