-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to quarto #232
Convert to quarto #232
Conversation
@mine-cetinkaya-rundel is there anything obvious that I've forgotten to convert? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't catch anything big, just two minor things that are Quarto alternatives (and current versions would work too).
theme: | ||
- styles.scss | ||
|
||
knitr: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be
execute:
eval: false
as well, but either should work.
Co-authored-by: Mine Cetinkaya-Rundel <[email protected]>
Thanks! |
Fixes #217