-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
enhancementNew feature or requestNew feature or request
Description
More and more R users are using Quarto (.qmd) files instead of R Markdown (.Rmd) files because they have a lot of nice built in functionality that takes more effort to layer on in .Rmd. As such, it would be nice for ottergrader to support .qmd files. These files are extremely similar, and from reading the source code, I think the only change needed it to support either .Rmd or .qmd file extensions for R files. This can work because knitr::purl("homework.qmd") works the same as knitr::purl("homework.Rmd") - and so nothing else in the code logic needs to change I think.
Would a PR for this be welcome?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Icebox