mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55:28 +08:00
7 lines
139 B
XML
7 lines
139 B
XML
// Test box in 100% width block.
|
|
|
|
---
|
|
#block(width: 100%, fill: red, box("a box"))
|
|
|
|
#block(width: 100%, fill: red, [#box("a box") #box()])
|