typst-0.9: test/typ/text/raw-02.out
--- parse tree ---
[ Comment
, ParBreak
, Text "Text"
, SoftBreak
, RawBlock "rust" "fn code() {}"
, SoftBreak
, Text "Text"
, ParBreak
]
--- evaluated ---
document(body: { parbreak(),
text(body: [Text
]),
raw(block: true,
lang: "rust",
text: "fn code() {}"),
text(body: [
Text]),
parbreak() })