packages feed

typst-0.1.0.0: test/typ/layout/columns-03.typ

// Test the expansion behavior.
#set page(height: 2.5cm, width: 7.05cm)

#rect(inset: 6pt, columns(2, [
    ABC \
    BCD
    #colbreak()
    DEF
]))