packages feed

typst-0.9: test/typ/layout/par-indent-02.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/layout/par-indent-02.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "par"))
       [ KeyValArg
           (Identifier "hanging-indent") (Literal (Numeric 15.0 Pt))
       , KeyValArg (Identifier "justify") (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/layout/par-indent-02.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "lorem")) [ NormalArg (Literal (Int 10)) ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do]), 
                 parbreak() })