diff --git a/docs/extensions/lua-api.qmd b/docs/extensions/lua-api.qmd index e4f4a940c..ca25710df 100644 --- a/docs/extensions/lua-api.qmd +++ b/docs/extensions/lua-api.qmd @@ -257,6 +257,7 @@ Quarto exposes paths to utilities that are likely to be useful to Lua extension |------------------------------------|------------------------------------| | `quarto.paths.rscript()` | Returns the path to `Rscript` that Quarto uses in the `knitr` engine and R files for `quarto run` scripts | | `quarto.paths.tinytex_bin_dir()` | Returns the path to `TinyTeX` binaries directory (where `tlmgr`, `pdlatex` and others are). If Quarto did not install `TinyTeX` and does not found it, it will return `nil`. This means that PDF rendering by Quarto probably used tools found in PATH. | +| `quarto.paths.typst()` | Returns the path to `typst` used by Quarto. | ### Shortcodes