Skip to content
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

Quarto 1.4 arguments #260

Open
vincentarelbundock opened this issue Mar 10, 2024 · 1 comment
Open

Quarto 1.4 arguments #260

vincentarelbundock opened this issue Mar 10, 2024 · 1 comment

Comments

@vincentarelbundock
Copy link
Collaborator

Note that as of quarto 1.4 (the R package, not just the general software), we can use the quarto_args argument in quarto_render() to pass arguments that are not individually supported. For example, my reprex above can be fixed by calling quarto::quarto_render("foo.qmd", output_format = "markdown", quarto_args = c("--default-image-extension", "")). I think that would allow us to greatly simplify the internals by removing all the "custom preamble" stuff

Originally posted by @etiennebacher in #178 (comment)

@vincentarelbundock
Copy link
Collaborator Author

Let's keep this here, because it's useful info. But this package will probably be in "if it ain't broke don't fix it" mode for the foreseeable future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant