packages feed

typst-0.9: test/typ/text/raw-01.out

--- parse tree ---
[ Comment
, SoftBreak
, RawBlock "typ" "#let x = 1"
, Space
, HardBreak
, RawBlock "typ" "#f(1)"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 raw(block: true, 
                     lang: "typ", 
                     text: "#let x = 1"), 
                 text(body: [ ]), 
                 linebreak(), 
                 raw(block: true, 
                     lang: "typ", 
                     text: "#f(1)"), 
                 parbreak() })