Skip to content

Commit 73360cf

Browse files
authored
Merge pull request #1837 from mcanouil/patch-9
2 parents 978ac7b + 302a93d commit 73360cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/extensions/lua-api.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ Quarto exposes paths to utilities that are likely to be useful to Lua extension
257257
|------------------------------------|------------------------------------|
258258
| `quarto.paths.rscript()` | Returns the path to `Rscript` that Quarto uses in the `knitr` engine and R files for `quarto run` scripts |
259259
| `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. |
260+
| `quarto.paths.typst()` | Returns the path to `typst` used by Quarto. |
260261

261262
### Shortcodes
262263

0 commit comments

Comments
 (0)