Hi Christophe ! @cderv
Thank you for following up on my question at quarto-dev/quarto-cli#2307 (reply in thread)!
But you want this custom.scss to be in your package as an extension you would install?
I did create a custom format with the _extensions but it does not work for R package vignettes IIUC.
Or ship within the package ? Is this custom.scss used only for the vignette ? Or is this something you want to make available to others, and why you have a custom format ?
Yes, I do have an R / Bioconductor package that would distribute the custom.scss within it. The custom.scss would be used for both the package vignette and made available for others to use (though the latter is higher priority).
Hi Christophe ! @cderv
Thank you for following up on my question at quarto-dev/quarto-cli#2307 (reply in thread)!
I did create a custom format with the
_extensionsbut it does not work for R package vignettes IIUC.Yes, I do have an R / Bioconductor package that would distribute the
custom.scsswithin it. Thecustom.scsswould be used for both the package vignette and made available for others to use (though the latter is higher priority).