typst-0.9: test/typ/layout/par-justify-03.out
--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
"typ/layout/par-justify-03.typ"
( line 3 , column 2 )
(Set
(Ident (Identifier "par"))
[ KeyValArg (Identifier "justify") (Literal (Boolean True)) ])
, SoftBreak
, Code
"typ/layout/par-justify-03.typ"
( line 4 , column 2 )
(Literal (String ""))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
text(body: [
]),
parbreak() })