Replies: 2 comments
-
This is currently a limitation for code-annotation feature as Possible something we could support easily. I'll transform this to an issue. Thanks ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as resolved (and in favour of #6244) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am working on a quarto book project and wanted to annotate some code lines. But inserting an R code chunk in RStudio via the menu "Code->Insert Chunk" (CMD-ALT-I on macOS) did not work when the option
#| echo: fenced
was included in the chunk.echo: fenced
is not included.r
are removed.This is not convenient, especially if people are using the global option to execute chunks with their options.
Because in that case, you cannot use the RStudio menu or shortcut, and you have to change from visual to source mode.
Quarto version: 1.4.36
Operating system: MacOS Venture 13.4.1, MacBook Pro Intel
RStudio version: 2023.06.1+524
Beta Was this translation helpful? Give feedback.
All reactions