Replies: 1 comment 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
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
format
key, then when using:We should expect all the formats to be listed in the
outdir
.Is there a possible way to get the modified
.qmd
file made available alongside the other formats? e.g.I experimented around with
md
; but, I'm not able to override the.md
extension to.qmd
Beta Was this translation helpful? Give feedback.
All reactions