packages feed

typst-0.9: test/typ/layout/list-marker-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/layout/list-marker-00.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "list"))
       [ KeyValArg (Identifier "marker") (Block (Content [ EnDash ])) ])
, SoftBreak
, BulletListItem [ Text "A" ]
, SoftBreak
, BulletListItem [ Text "B" ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 list(children: (text(body: [A]), 
                                 text(body: [B])), 
                      marker: text(body: [–])) })