mirror of
https://github.com/typst/typst
synced 2025-05-17 02:25:27 +08:00
12 lines
173 B
XML
12 lines
173 B
XML
// Test a combination of pages with bodies and normal content.
|
|
|
|
[page: height=50pt]
|
|
|
|
[page][First]
|
|
[page][Second]
|
|
[pagebreak]
|
|
Fourth
|
|
[page][]
|
|
Sixth
|
|
[page][Seventh and last]
|