mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
13 lines
108 B
Typst
13 lines
108 B
Typst
// The well-known columns bug.
|
|
|
|
---
|
|
#set page(height: 70pt)
|
|
|
|
Hallo
|
|
#columns(2)[
|
|
= A
|
|
Text
|
|
= B
|
|
Text
|
|
]
|