-
Notifications
You must be signed in to change notification settings - Fork 208
Closed
Description
Error message from saveWidget:
[WARNING] Deprecated: --self-contained. use --embed-resources --standalone
The latest version of pandoc 2.19 seems do deprecate option --self-contained
It is called in htmlwidgets:::pandoc_self_contained_html in the lines
pandoc_convert(input = input, from = "markdown", output = output,
options = c("--self-contained", "--template", template))
so perhaps this needs to be adapted.
Metadata
Metadata
Assignees
Labels
No labels