docs: use weak pagebreaks for automatic pagebreaks

This commit is contained in:
multisn8 2024-01-10 21:58:51 +01:00
parent e5df894daa
commit 70402c25ba
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