Skip to content

saveWidget warning from pandoc #433

@neuwirthe

Description

@neuwirthe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions