-
Notifications
You must be signed in to change notification settings - Fork 392
Description
I think we're forwarding self-contained: true to pandoc's embed-resources: true but we're not passing embed-resources directly. This is a bug, right?
Discussed in #3436
Originally posted by dmacoritto November 23, 2022
Hello everyone,
I am trying to switch from RMarkdown to Quarto and I have run into a challenge with the embed-resources YAML option. I would like to output an HTML document which is a standalone document with no dependencies.
Below is a screenshot of the YAML options for my document.
My issue is that, despite having included the "embed-resources: true" in the YAML, I get an external *_files folder that includes the required libraries to run the document (see below). My charts are indeed embedded in my HTML document but not my libraries. Is there a way to get a complete self-contained document with no dependencies to a *_files folder ?
Thank you very much for your help.
Darko

