mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
11 lines
177 B
Typst
11 lines
177 B
Typst
// Test class construction.
|
|
|
|
---
|
|
// Ensure that constructor styles aren't passed down the tree.
|
|
#set par(spacing: 2pt)
|
|
#list(
|
|
body-indent: 20pt,
|
|
[First],
|
|
list([A], [B])
|
|
)
|