-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Rubric or user-specified chunk types #1
Comments
My thought on the next iteration is to define a custom markdown engine in a similar manner to how bookdown generates We could still add a flag for "xyz" tagging. Likely need to figure out the best way to specify how the flag should propagate to the two output results. Maybe create a document object with the intended overflags for each one? |
The former is probably the way we should go. You raise a good point about tag propagation. Currently students are exposed to |
So, I've toyed around with this. The issue we'll run into with going from:
to:
is this assumes only text is being displayed. Having the
How would you feel if I just removed the tagging architecture on the rendered Rmd files? (e.g. delete |
Just removing the tagging in the output is what I had in mind. |
rubric = TRUE
to add comments that only appear in a*-rubric.pdf
document.xyz = TRUE
to add a user specified chunk and file type?The text was updated successfully, but these errors were encountered: