FR: Add HTML partial for Appendix. #8632
Closed
batpigandme
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
That makes total sense to me, at least. I'll create a ticket. |
Beta Was this translation helpful? Give feedback.
1 reply
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
A bit related to #6552 in terms of wanting more cutomization, but a bit more minimalistic (i.e. would still be an html partial): Would it be possible to have an HTML template partial for the Appendix (the current
<div id="quarto-appendix">
)?I find myself wanting to make slight changes to that section, similar to the kind of tweaks I've made with the
title-block.html
partial, but, since the appendix is in$body$
, I don't have easy access to the variables used.For example, I'd like to employ the wording from distill's reuse-note, but I think I'd have to make an entirely new template in order to do so right now.
Thanks for your consideration, and/or any workarounds that currently exist but I haven't figured out!
Beta Was this translation helpful? Give feedback.
All reactions