packages feed

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

--- parse tree ---
[ BulletListItem
    [ Text "Level"
    , Space
    , Text "1"
    , SoftBreak
    , BulletListItem
        [ Text "Level"
        , Space
        , Code
            "typ/layout/list-02.typ"
            ( line 2 , column 12 )
            (Block
               (Content
                  [ SoftBreak
                  , Text "2"
                  , Space
                  , Text "through"
                  , Space
                  , Text "content"
                  , Space
                  , Text "block"
                  , ParBreak
                  ]))
        ]
    ]
, ParBreak
]
--- evaluated ---
document(body: list(children: ({ text(body: [Level 1
]), 
                                 list(children: ({ text(body: [Level ]), 
                                                   text(body: [
2 through content block]), 
                                                   parbreak() })) })))