mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 15:26:24 +01:00
docs: use weak pagebreaks for automatic pagebreaks
This commit is contained in:
parent
5f95f36214
commit
9a2f982d40
|
@ -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