``` % pandoc -f typst -t native #let foo = [ bar baz ] *#foo* ^D [ Para [ Strong [ SoftBreak , Str "bar" , Space , Str "baz" , SoftBreak ] ] ] ```