pandoc_self_contained_html: Create a self-contained HTML document using pandoc.

View source: R/pandoc.R

pandoc_self_contained_htmlR Documentation

Create a self-contained HTML document using pandoc.

Description

Create a self-contained HTML document by base64 encoding images, scripts, and stylesheets referred by the input document.

Usage

pandoc_self_contained_html(input, output)

Arguments

input

Input html file to create self-contained version of.

output

Path to save output.

Value

(Invisibly) The path of the generated file.


rmarkdown documentation built on Sept. 18, 2023, 5:17 p.m.