Open
Description
Hi there, I just tested the feature of building vignettes with Quarto, and it works seamlessly!
I read this article which states that the following configuration can't be overridden:
format:
html:
theme: none
minimal: true
embed-resources: true
css: custom.css
I'm wondering how to build a vignette with my own custom Quarto extension/template. Is this possible?