There's a quarto pre-amble directive which instructs it to render html with embedded resources (.css, fonts, images etc...)
format:
html:
embed-resources: true
When used with nbdev_docs this does not render a complete html with embedded resource. Is there something else I need to do to enable this, or is this disabled in NbDev?