Skip to content

Commit d4f3616

Browse files
committed
add doc for quarto-dev/quarto-cli/pulls/11000
1 parent 9cc6ef0 commit d4f3616

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/extensions/lua-api.qmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,12 @@ Quarto includes a copy of [lbase64](https://github.com/iskolbin/lbase64), a pure
247247
| Function | Description |
248248
|--------------------------------|-------------------------------|
249249
| `quarto.base64.encode(str)` | Encode a string into Base 64. |
250-
| `quarto.base64.decode(b64str)` | Decode a Base 64 string. |
250+
| `quarto.base64.decode(b64str)` | Decode a Base 64 string. |
251+
252+
### Paths
253+
254+
Quarto exposes paths to utilities that are likely to be useful to Lua extension and filter authors. Currently, only `quarto.paths.rscript()` is supported:
255+
256+
| Function | Description |
257+
|---|---|
258+
| `quarto.paths.rscript()` | Returns the path to `Rscript` that Quarto uses in the `knitr` engine and R files for `quarto run` scripts |

0 commit comments

Comments
 (0)