mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
10 lines
104 B
Typst
10 lines
104 B
Typst
// Test block spacing.
|
|
|
|
---
|
|
#set block(spacing: 10pt)
|
|
Hello
|
|
|
|
There
|
|
|
|
#block(spacing: 20pt)[Further down]
|