What is the right way to set knitr options in a Quarto manuscript project? #10080
Unanswered
Jiayou-Chao
asked this question in
Q&A
Replies: 1 comment
-
Please see the documentation: |
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 set the the following knitr options in a Quarto file and they work in a standalone file:
However, for the same file in a Quarto manuscript project, these options seem to be ignored no matter whether I set them in the header or in the code block. The generated HTML file always shows codes and messages. I'm not sure whether this is a bug or I should set them somewhere else?
Beta Was this translation helpful? Give feedback.
All reactions