-
DescriptionMay I ask how to show a code block without execuiting it, i.e. skip the code block? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What does "skip" means exactly? Use code cell option |
Beta Was this translation helpful? Give feedback.
-
Thanks, @mcanouil The For example, I'd like to show the content of a python |
Beta Was this translation helpful? Give feedback.
What does "skip" means exactly?
Use code cell option
eval: false
or don't use brackets in the code definition as documented in Quarto website.