quarto.format.typst

as_typst_content

function quarto.format.typst.as_typst_content(content: any)
  -> pandoc.Blocks

Create a node that represents typst content ([Hello, world]). Use this to ensure your output isn’t interpreted as typst computations.

function_call

function quarto.format.typst.function_call(name: string, params: table<string, any>, keep_scaffold?: boolean)
  -> pandoc.Div

Create a node that represents a typst function call.