We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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 .
saveWidget()
pandoc_self_contained_html()
--self-contained
--embed-resources --standalone
The text was updated successfully, but these errors were encountered:
This has already been addressed via #443
Sorry, something went wrong.
No branches or pull requests
saveWidget()
callspandoc_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 .The text was updated successfully, but these errors were encountered: