-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workinglayoutRelated to the layout category, which is about composing, positioning, etc.Related to the layout category, which is about composing, positioning, etc.
Description
Description
The following typst code:
#set page(width: 200pt, height: 100pt)
#lorem(8)
== Heading
#quote(block: true, lorem(8))Produces the following two pages:
As you can see: the heading incorrectly does not stick to the block-level quote that follows it. I would expect both the heading and the quote to appear on page 2. Note that I had to play a bit with the page size to reproduce the bug, but it does happen naturally in the documents I work on.
I am using typst 0.13.
Reproduction URL
No response
Operating system
Linux
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinglayoutRelated to the layout category, which is about composing, positioning, etc.Related to the layout category, which is about composing, positioning, etc.
