Skip to content

Commit 302a93d

Browse files
authored
refactor: use binary name
1 parent 7fe9893 commit 302a93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/lua-api.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +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. |
260+
| `quarto.paths.typst()` | Returns the path to `typst` used by Quarto. |
261261

262262
### Shortcodes
263263

0 commit comments

Comments
 (0)