-
### What would you like to do?
Report an issue on quarto.org
### Description
https://quarto.org/docs/reference/cells/cells-knitr.html#figures
right now they read `Default width/height for figure…
-
Looks like there may be an issue with the `R CMD check` testing on R version 3.6.0, which can be seen here: https://github.com/biocro/biocro/actions/runs/9842410690/job/27171294700
We are getting t…
-
Consider this Quarto markdown document:
---
format: html
---
```{r}
#| include: false
library(epoxy)
x
-
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1756
Originally posted by **baptiste** August 9, 2022
Is there a way to get more information on the commands that are run…
-
### Bug description
When using e.g `speaker-notes: true` or `speaker-notes: separate-page` in the yml header of a revealjs presentation, I expected the speaker notes to appear only when toggling …
-
For later versions of Quarto (1.6.19 onwards), I got an error which is not present in early versions (1.6.18 and before):
```
error: Specifier not found in cache: "https://deno.land/std/io/mod.ts", …
-
### Bug description
_No response_
### Steps to reproduce
`````quarto
---
engine: jupyter
---
```{python}
from IPython.display import Markdown, display, JSON
display(JSON({
"first_name"…
-
Let's talk about HTML/XML.
Can `rio::export(iris, "iris.html")` do a better job than `writeLines(knitr::kable(iris, format = "html"), "iris.html")`? Or is it not very useful?
Should we encourage…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/danymukesha/TCMC
Confirm the following by editing…
-
**Describe the bug**
When rendering a kable table with a long kableExtra footnote, the footnote gets wrapped after one column instead of running full width (as is the case with Rmarkdown files using …