Replies: 1 comment 2 replies
-
I believe you are just encountering the limitation that code annotation does not work yet on fenced code block |
Beta Was this translation helpful? Give feedback.
2 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 would like to use the code annotation feature with dynamically created code chunks in a string. In this example I try to create variables in a glue string dynamically. Aside from RStudio not being happy with handling this type of request in the visual/source editor, I can't seem to get the code annotation functioning. I used
output: asis
to render the output of the code as markdown, but it does not seem to go well with the annotations.Context: I am writing documentation to showcase which lines can be copypasted in a
.qmd
file to plot certain figures and tables. The code should not be run and only be displayed as in the output picture.Do you have any pointers or is the result I want to achieve not even possible?
The input
The output
Session
Beta Was this translation helpful? Give feedback.
All reactions