Skip to content

Commit d0c8465

Browse files
authored
Merge pull request #1838 from quarto-dev/sync-1837-to-prerelease
2 parents 694294d + bc6d1ab commit d0c8465

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)