Replies: 2 comments 6 replies
-
What do you mean by "the modified .qmd" file? Who's modifying it, and where? |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
This would be helpful for me as well; I'm creating homework assignment files with solutions included, and then rendering them both with and without the solutions visible (using https://github.com/coatless-quarto/assign), and it would be great to be able to output the no-solutions version as a .qmd that I could give to students. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm interested in running a filter on the document that alters its own markdown and rendered output states via a filter.
The multi-format rendering process indicates that if the format is found in the document's
formatkey, then when using:We should expect all the formats to be listed in the
outdir.Is there a possible way to get the modified
.qmdfile made available alongside the other formats? e.g.I experimented around with
md; but, I'm not able to override the.mdextension to.qmdBeta Was this translation helpful? Give feedback.
All reactions