packages feed

typst-0.9: test/typ/meta/heading-01.out

--- parse tree ---
[ Comment
, ParBreak
, Comment
, SoftBreak
, Comment
, Space
, Heading 1 [ Text "Level" , Space , Text "1" ]
, SoftBreak
, Code
    "typ/meta/heading-01.typ"
    ( line 5 , column 2 )
    (Block (Content [ Heading 2 [ Text "Level" , Space , Text "2" ] ]))
, SoftBreak
, Code
    "typ/meta/heading-01.typ"
    ( line 6 , column 2 )
    (FuncCall
       (Ident (Identifier "box"))
       [ BlockArg [ Heading 3 [ Text "Level" , Space , Text "3" ] ] ])
, ParBreak
, Comment
, SoftBreak
, Text "No"
, Space
, Text "="
, Space
, Text "heading"
, ParBreak
, Comment
, SoftBreak
, Text "="
, Space
, Text "No"
, Space
, Text "heading"
, ParBreak
]
--- evaluated ---
document(body: { parbreak(), 
                 text(body: [
]), 
                 text(body: [ ]), 
                 heading(body: text(body: [Level 1]), 
                         level: 1), 
                 heading(body: text(body: [Level 2]), 
                         level: 2), 
                 text(body: [
]), 
                 box(body: heading(body: text(body: [Level 3]), 
                                   level: 3)), 
                 parbreak(), 
                 text(body: [
No = heading]), 
                 parbreak(), 
                 text(body: [
= No heading]), 
                 parbreak() })