-
I have an opening block in my .qmd doc trying to enable
Followed by some example code: for val in $vals
do echo $val
done When I render this (in Rstudio) the code remains visible and unfolded. |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Nov 22, 2022
Replies: 1 comment 3 replies
-
code-fold is currently only supported for code sent to engines for execution:
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ctdarwell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code-fold is currently only supported for code sent to engines for execution: