You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smoke-all - Add a way to add post render cleanup file from YAML
Using something like
```
_quarto:
tests:
html:
shouldError: default
postRenderCleanup:
- '${input_stem}.quarto_ipynb'
```
would clean the intermediate file , which is not cleaned by default as render is erroring.
0 commit comments