-
DescriptionI enabled code folding for Bash in Quarto (in RStudio) with the following block:
Now I have another doc built on top of that - it features both Python and Bash code. With the following block it code-folds the Python chunks but renders the Bash scripts as text - even though they've been called as 'executable':
How can I get both to display in html as folded code? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. 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.
FYI: