Description
I want to put some code in a block with background color. But I found that sometimes, at the end of a page, there would be a block with color but no content. It looks weird. I'm not sure if this is a bug, but blocks containing normal text don't seem to cause this problem.
A example:
#show raw.where(block: true): it => [
#block(fill: luma(230), inset: 10pt, width: 100%)[
#it
]
]
#lorem(630)
```rust
fn main() {
println!("Hello, world!");
}
```

typst version: 0.10.0 (70ca0d2)
Reproduction URL
No response
Operating system
Linux
Typst version