-
### Bug description
_No response_
### Steps to reproduce
`````quarto
---
engine: jupyter
---
```{python}
from IPython.display import Markdown, display, JSON
display(JSON({
"first_name"…
-
Sorry if this is an issue for the knitr guys rather than you...
This works fine and results in a plot on the html report outputted by running spin() on the document.
mtcars%>%qplot(data=.,x=wt,y=mpg…
-
In knitr, I can use the below pieces of code to break a document into seperate files:
Assignment_1.Rnw
```
=
@
=
@
=
@
```
In the directory I have these files
- Assignment_1.Rnw
-…
-
It seems [the previous fix](https://github.com/wuub/SublimeREPL/issues/165) is not working for some people. At least with Sublime Text 3 and Ubuntu or OS X this is not working (But it seems to be wor…
-
### Bug description
```qmd
---
title: "Untitled"
format:
beamer:
pdf-engine: lualatex
lang: ja-JP
---
## Quarto
あいうえお
```
When rendering this qmd file, an error occurs with the following…
ujtwr updated
3 weeks ago
-
I was trying to figure out why I ended up with a `fname_files` directory, despite using `self_contained: yes` in my document. That led me to [this issue](https://github.com/rstudio/rmarkdown/issues/15…
-
This would be nice to have `fig.alt` work also for other outputs than Pandoc supports.
See discussion and notes :
* About support in DOCX: https://github.com/yihui/knitr/pull/1900#issuecomment…
cderv updated
1 month ago
-
Currently, (at least some) Rmarkdown options set in a setup chunk [are not respected when running chunks interactively](https://github.com/rstudio/rstudio/issues/7493#issuecomment-666909584). This nec…
-
Because code is rerun with every chunk, random seeds (which it does not seem we can print or save to an output file) will vary from one chunk to the next. This is unlikely to impact typical workshop u…
-
### Bug description
Hello Quarto!
Im here to report that in quarto presentation, header level 3 (### Title) has a weird behavior:
- It sticks to other slides after, on the same position it was plac…