Skip to content

Pandoc 2.19 has deprecated --self-contained #452

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

Closed
dmurdoch opened this issue Dec 11, 2022 · 1 comment
Closed

Pandoc 2.19 has deprecated --self-contained #452

dmurdoch opened this issue Dec 11, 2022 · 1 comment

Comments

@dmurdoch
Copy link

saveWidget() calls pandoc_self_contained_html() which calls Pandoc with the --self-contained option. However, Pandoc 2.19 has deprecated that option in favour of --embed-resources --standalone, and so it gives a warning. For example, see https://stackoverflow.com/questions/74379298/argument-selfcontained-deprecated-in-htmlwidgetssavewidget .

@cpsievert
Copy link
Collaborator

cpsievert commented Dec 11, 2022

This has already been addressed via #443

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

2 participants