typst/tests/typ/style/construct.typ
2022-01-07 13:26:51 +01:00

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])
)