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 ed05fcf commit a2f3af0Copy full SHA for a2f3af0
_quarto.yml
@@ -48,5 +48,6 @@ format:
48
number-sections: false
49
50
execute:
51
- enabled: false
52
- cache: true # or false if you don’t want caching
+ enabled: true # allow Quarto to process code cells
+ cache: true # still cache for speed, if you like
53
+ error: false # don’t fail the build if a cell errors
0 commit comments