We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f3af0 commit 1dd2fceCopy full SHA for 1dd2fce
_quarto.yml
@@ -50,4 +50,6 @@ format:
50
execute:
51
enabled: true # allow Quarto to process code cells
52
cache: true # still cache for speed, if you like
53
- error: false # don’t fail the build if a cell errors
+ error: true # don’t fail the build if a cell errors
54
+ warning: false
55
+ message: false
0 commit comments