docs: use weak pagebreaks for automatic pagebreaks

This commit is contained in:
multisn8 2024-01-10 21:58:51 +01:00
parent e399690720
commit 90d3e50163
Signed by: 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