-
- [x] check if reticulate R package is needed for Python
-
### Bug description
# Description
When `code-line-numbers` is true and `code-block-border-left` is some color, the numbers overlay and overflow the border, resulting in something like this:
…
-
### Bug description
Currently Quarto only provides binary archives for some distros.
This is in stark contrast with the majority of other open source software that provide cmake/make/etc command…
-
This is a list we can turn in potential issue of ideas for improving Quarto support. This comes from works done on the R part of Quarto using **knitr**
- [ ] `verbatim` engine and related should pr…
-
### Bug description
Including computational plot or table output in enumerated lists requires the code to be indented in the source in order to benefit from automatic numbering. However this result…
-
### 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 …
-
Question directly copied from [StackOverflow](https://stackoverflow.com/questions/58839450/r-knitr-use-spin-with-r-and-python-code/58880761#58880761):
With the advent of **reticulate**, combining R…
-
### Bug description
When converting between .qmd and .ipynb - files, quarto runs into problems when the .qmd file is still present in the same directory.
### Steps to reproduce
Start with a .qmd li…
-
### Bug description
An Observable plot in the second tab of a `.tabset` in a dashboard doesn't appear.
The plot will appear if the window is resized.
### Steps to reproduce
````
---
titl…
-
### Bug description
I was preparing a parametric document where title changes with respect to some parameters. I was able to do so with only python code blocks. But when I add an R code block, regard…