blob: ab5913abc633de8cd9b56a2086f659da63a4b5b5 (
plain) (
blame)
1
2
3
4
5
6
7
|
#set page(height: 100pt)
#let words = lorem(18).split()
#block(inset: 8pt, fill: aqua, stroke: aqua.darken(30%))[
#words.slice(0, 12).join(" ")
#box(fill: teal, outset: 2pt)[incididunt]
#words.slice(12).join(" ")
]
|