How to replace HTML partials that are included in an HTML partial? #14760
Answered
by
mcanouil
luifrancgom
asked this question in
Q&A
DescriptionBased on what is mentioned in #13841, I want to modify However, Environment
QuestionTaking into account #13841 and that HTML partials doesn't mention |
Answered by
mcanouil
Aug 11, 2026
Replies: 1 comment 2 replies
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All partials work the same way and as documented/mentioned already.
If you modify a partial, then your modifications take over, that's the whole point.
Regardless of the partial you wish to modify, if you changed it then you no longer have upstream contents/changes, that's how it works.
Nothing is blocking you from writing a script checking changes in the upstream partials. (That's what Quarto already does as the original partials come from Pandoc with few changes from Quarto)
See: