diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-14 16:18:25 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-10-15 15:06:36 +0200 |
| commit | 92d6c2fc88666cb331bdffc3d29c8804def5bb15 (patch) | |
| tree | 5b0a171803ff0f09e5b72d0465acbbdcc3704456 /tests/suite/layout | |
| parent | bc31ac2a2693895174ce98b3c4935e7e5986578d (diff) | |
Fix tag order with `place` and fr block bugs (#5203)
Diffstat (limited to 'tests/suite/layout')
| -rw-r--r-- | tests/suite/layout/flow/footnote.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/suite/layout/flow/footnote.typ b/tests/suite/layout/flow/footnote.typ index 4cf49777..3230c3da 100644 --- a/tests/suite/layout/flow/footnote.typ +++ b/tests/suite/layout/flow/footnote.typ @@ -114,6 +114,14 @@ Beautiful footnotes. #footnote[Wonderful, aren't they?] A #block(footnote[hello]) +--- footnote-block-fr --- +#set page(height: 110pt) +A +#block(width: 100%, height: 1fr, fill: aqua)[ + B #footnote[I] #footnote[II] +] +C + --- footnote-float-priority --- #set page(height: 100pt) |
