packages feed

typst-0.9: test/typ/layout/list-07.out

--- parse tree ---
[ Comment
, SoftBreak
, BulletListItem []
, SoftBreak
, Text "Not"
, Space
, Text "in"
, Space
, Text "list"
, SoftBreak
, Text "-"
, Text "Nope"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 list(children: ({  })), 
                 text(body: [Not in list
-Nope]), 
                 parbreak() })