Closed neuwirthe closed 2 years ago
pandoc 2.19 deprecated command line option --self-contained . Therefore the command line options in the call to pandoc_convert in pandoc_self_contained_html need to be changed to --embed-resources and --standalone.
pandoc 2.19
--self-contained
options
pandoc_convert
pandoc_self_contained_html
--embed-resources
--standalone
Thanks! I addressed this via https://github.com/ramnathv/htmlwidgets/commit/f7ab7979c95b2dd99edf965ef368cfa449fcb3b8
pandoc 2.19
deprecated command line option--self-contained
. Therefore the command lineoptions
in the call topandoc_convert
inpandoc_self_contained_html
need to be changed to--embed-resources
and--standalone
.