👋 Hi
I'm interested in having altdocs generate a Quarto website that uses a few Quarto extensions.
After reading through the documentation on customization, I'm under the impression that any resource in altdoc will be copied entirely to _quarto before the website is rendered. So, if we place altdocs/_extensions, then any extension will be copied into _quarto for the render phase.
What I'm unsure about is whether I can write a script that modifies an intermediary generated when going from Rd to Qmd or md. Is this possible?
👋 Hi
I'm interested in having
altdocsgenerate a Quarto website that uses a few Quarto extensions.After reading through the documentation on customization, I'm under the impression that any resource in
altdocwill be copied entirely to_quartobefore the website is rendered. So, if we placealtdocs/_extensions, then any extension will be copied into_quartofor the render phase.What I'm unsure about is whether I can write a script that modifies an intermediary generated when going from
RdtoQmdormd. Is this possible?