-
There are lots of little tips I find and always forget and thought it'd be nice to compile them in a page. It could be another Resource. Pasting a bit of it below to give you an idea.
---
title:…
-
Discussed in https://github.com/quarto-dev/quarto-cli/discussions/7653 and https://github.com/quarto-dev/quarto-cli/discussions/11394
This would work:
````markdown
---
title: "Estimating association…
cderv updated
3 weeks ago
-
I'm seeing some fairly bizarre behavior when trying to output magick images in a `github_document`. Below is a reprex to demonstrate the issue.
``````
---
output: github_document
---
```{r se…
-
### Bug description
In a simple default project (a) Quarto file/s have `format: gfm` (github flavored markdown). Rendering each file individually only create an .md file, as it should. If none of the…
-
Hi team!
Thanks for all of the work on the great package!
The knitr utils file copies some unexported functions over from knitr:
https://github.com/rstudio/gt/blob/7929072221b059901a1649fe7f83d…
-
We'd like for the user to be able to click a button to download the relevant tables in APA format. This will help collaborators to create their own publications more quickly.
We’ll base it on this d…
-
This is possible in **knitr** following discussion at https://github.com/yihui/knitr/issues/2152 by opting in using option `options(knitr.svg.object = TRUE)`. Unfortunately, this does not work in Quar…
cderv updated
9 months ago
-
### Bug description
I encountered an issue where a table generated with pd.to_markdown in Jupyter Lab loses its borders when exported to Word using Quarto. The borders appear correctly in the PDF o…
-
There is a warning during tests:
```
---> Testing R-multinma
Warning: R-multinma is configured to build no architecture-specific files, but installed Mach-O files built for the following archs:
p…
-
When knitting the versions of the RMarkdown documents I expect for the `knitr::opt_chunk$set()` command to remain the same as I set it up in the original document, however on the knitted versions the …