diff --git a/docs/template.typ b/docs/template.typ index 3077478..a212e48 100644 --- a/docs/template.typ +++ b/docs/template.typ @@ -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