Closed margaret-colville closed 3 months ago
Unfortunately this isn't something brickster can overcome. It's a limitation of knitr.
e.g. You cannot run this either:
`python 1+1`
Quarto only now can do this but it requires specific engine settings and still won't work for the brickster knitr engines.
e.g. This works for Quarto but not for RMarkdown
```{r}
radius <- 5
The radius of the circle is {r} radius
More on quarto inline **[here](https://quarto.org/docs/computations/inline-code.html)**
If I try to include a line of inline code for a remote block in my RMarkdown prose, it instead displays the command text in code styling. inline-text.zip