### What would you like to do? Report an issue on quarto.org ### Description I could not get the inline code with to render. This works: `r nrow(mpg)` But this does not: `{r} nrow(mpg)` https://quarto.org/docs/get-started/computations/rstudio.html#inline-code