``` % pandoc --typst-input foo=FOO --typst-input bar="bar bim" -f typst -t plain #sys.inputs.at("foo"); #sys.inputs.at("bar"); ^D FOO bar bim ```