typst-0.9: test/typ/layout/par-indent-01.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/par-indent-01.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "par"))
[ KeyValArg
(Identifier "first-line-indent") (Literal (Numeric 12.0 Pt))
])
, SoftBreak
, Text "Why"
, Space
, Text "would"
, Space
, Text "anybody"
, Space
, Text "ever"
, Space
, Ellipsis
, ParBreak
, Ellipsis
, Space
, Text "want"
, Space
, Text "spacing"
, Space
, Text "and"
, Space
, Text "indent?"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
Why would anybody ever …]),
parbreak(),
text(body: [… want spacing and indent?]),
parbreak() })