inline code doc error #11940
-
What would you like to do?Report an issue on quarto.org DescriptionI could not get the inline code with to render. This works: But this does not: https://quarto.org/docs/get-started/computations/rstudio.html#inline-code |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Please use discussion to ask for help. |
Beta Was this translation helpful? Give feedback.
-
@darrell-sonntag Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. I cannot reproduce your claim. Note that Quarto engine automatic detection only works with code cells, not inline code. So if you use only inline code, Note that this is documented: You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
I was on quarto --version Now, I'm on 1.6.40, and it's working. Thank you @mcanouil |
Beta Was this translation helpful? Give feedback.
RStudio embeds one version of Quarto but not necessarily the latest.
You can check the version you have by opening a terminal in the IDE and typing
quarto --version
.If you want all the features, you need to install Quarto CLI v1.6.40 which is the latest stable version to date.