eval
Evaluate a string as Typst markup.
You shouldn't typically need this function, but it is there if you do.
Example
#let markup = "= Heading\n _Emphasis_"
#eval(markup)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
source
A string of Typst markup to evaluate.
The markup and code in the string cannot interact with the file system.