blob: 5ffffd58370b473608106dd8440eff1029fff923 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// In this bug, the first part of the paragraph moved down to the second page
// because trailing leading wasn't trimmed, resulting in an overlarge frame.
---
#set page(height: 60pt)
#v(19pt)
#block[
But, soft! what light through yonder window breaks?
It is the east, and Juliet is the sun.
]
|