Direct Quarto to embed-resources: using YAML

I would like to direct quarto to embed-resources for the rendering of my document. I want to do that with YAML. Based on this site Quarto - HTML Options
This can be done with

Rendering:
  embed-resources: true

This does not work.

See about a similar question in

You should check your Quarto version and verify it is recent enough to support this option.

Also

Rendering is not a valid YAML field for Quarto I believe

Thanks. The page I referenced does not seem to give an example of the needed YAML so in my post, I was just guessing based on the section headings.

The page you reference are all HTML format options (Quarto - HTML Options) , so they go under format

format:
  html:

"How to use" are more in the Guide docs, where you can find example for the key
https://quarto.org/docs/output-formats/html-publishing.html#standalone-html

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.