Skip to content

Commit 630ff10

Browse files
mcanouilgithub-actions[bot]
authored andcommitted
docs(lua-api): Add Typst path function to lua-api documentation
Related to: - quarto-dev/quarto-cli#13762 (cherry picked from commit 7fe9893)
1 parent 694294d commit 630ff10

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)