-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
email+revealjs overwrites slides HTML #10740
Comments
Thanks for the report. This is a mis-designed of the email format. It applies only on HTML. BTW this is not a revealjs related issue, it will be the same with any other HTML format Two problems I see
I believe this specific issue is a variant of those above. Email definitely needs some work ! |
@cderv - Email is only processed with Because My current thinking: An This is part of a series of email issues filed ahead of planned discussions with the Quarto team. |
One other note: I used revealjs+email in this example, but it also applies to other formats. For example, I might want to produce email when rendering to PDF with Typst. format:
typst: {}
email: {} In this instance, we should produce a PDF, the extraction of an email message, and no HTML. |
yes I think this is the main design problem we have here. |
Bug description
Rendering a document containing two formats (revealjs and email) overwrites the first HTML file with the second format. In this example, we want the
email-preview/
and.output_metadata.json
but do not want the HTML file it produces.Steps to reproduce
Expected behavior
A revealjs document is allowed to produce slides HTML alongside email metadata.
Actual behavior
A vanilla HTML document overwrites the slides HTML and also produces email metadata.
Your environment
No response
Quarto check output
The text was updated successfully, but these errors were encountered: