Skip to content

Releases: quarto-dev/quarto-cli

Preview (v0.9 Build 508)

03 Jun 12:15
44b37f0

Choose a tag to compare

Merge pull request #1051 from quarto-dev/fix-find-r-windows

[Windows] Improve R finding for special installation

Preview (v0.9 Build 505)

02 Jun 17:51

Choose a tag to compare

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)

02 Jun 14:05

Choose a tag to compare

v0.9.504

knitr: allow for figure caption/subcaption even with no label

Preview (v0.9 Build 503)

02 Jun 13:06

Choose a tag to compare

v0.9.503

schema: allow array of tbl-cap

Preview (v0.9 Build 501)

02 Jun 00:45

Choose a tag to compare

Revert "load jupyter widgets afterBody"

This reverts commit 793eb77b2d431fed23e613aa502b38eae0633e30.

Preview (v0.9 Build 500)

02 Jun 00:29

Choose a tag to compare

v0.9.500

fix issue w/ chapter prefixes

Preview (v0.9 Build 499)

01 Jun 23:16

Choose a tag to compare

v0.9.499

chore: lint

Preview (v0.9 Build 498)

01 Jun 20:36

Choose a tag to compare

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)

01 Jun 19:26

Choose a tag to compare

v0.9.497

Merge branch 'main' of github.com:quarto-dev/quarto-cli into main

Preview (v0.9 Build 495)

01 Jun 17:26

Choose a tag to compare

v0.9.495

HTML table caption processing (margin support)