Releases: quarto-dev/quarto-cli
Releases · quarto-dev/quarto-cli
Preview (v0.9 Build 508)
Merge pull request #1051 from quarto-dev/fix-find-r-windows [Windows] Improve R finding for special installation
Preview (v0.9 Build 505)
Spaces in Paths on ‘nix and MacOS should now be cool Quote paths appropriately in quarto script and test runner script.
Preview (v0.9 Build 504)
v0.9.504 knitr: allow for figure caption/subcaption even with no label
Preview (v0.9 Build 503)
v0.9.503 schema: allow array of tbl-cap
Preview (v0.9 Build 501)
Revert "load jupyter widgets afterBody" This reverts commit 793eb77b2d431fed23e613aa502b38eae0633e30.
Preview (v0.9 Build 500)
v0.9.500 fix issue w/ chapter prefixes
Preview (v0.9 Build 499)
v0.9.499 chore: lint
Preview (v0.9 Build 498)
Ensure that column options are forwarded to widgets and so on
```{r}
#| label: fig-widget
#| fig-cap: "An htmlwidget figure"
#| fig-column: margin
#| out-width: 100%
#| echo: fenced
plotly::plot_ly(data = cars,
type = "scatter",
mode = "markers",
x = ~speed,
y = ~dist)
```
Preview (v0.9 Build 497)
v0.9.497 Merge branch 'main' of github.com:quarto-dev/quarto-cli into main
Preview (v0.9 Build 495)
v0.9.495 HTML table caption processing (margin support)