packages feed

typst-0.9: test/typ/layout/par-01.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/layout/par-01.typ"
    ( line 2 , column 2 )
    (Set
       (Ident (Identifier "block"))
       [ KeyValArg (Identifier "spacing") (Literal (Numeric 1.0 Em)) ])
, SoftBreak
, Code
    "typ/layout/par-01.typ"
    ( line 3 , column 2 )
    (Set
       (Ident (Identifier "par"))
       [ KeyValArg (Identifier "leading") (Literal (Numeric 2.0 Pt)) ])
, SoftBreak
, Text "But,"
, Space
, Text "soft!"
, Space
, Text "what"
, Space
, Text "light"
, Space
, Text "through"
, Space
, Text "yonder"
, Space
, Text "window"
, Space
, Text "breaks?"
, ParBreak
, Text "It"
, Space
, Text "is"
, Space
, Text "the"
, Space
, Text "east,"
, Space
, Text "and"
, Space
, Text "Juliet"
, Space
, Text "is"
, Space
, Text "the"
, Space
, Text "sun"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [
But, soft! what light through yonder window breaks?]), 
                 parbreak(), 
                 text(body: [It is the east, and Juliet is the sun.]), 
                 parbreak() })