pandoc-2.2.3: Conversion between markup formats

CopyrightCopyright (C) 2011-2018 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.SelfContained

Description

Functions for converting an HTML file into one that can be viewed offline, by incorporating linked images, CSS, and scripts into the HTML using data URIs.

Synopsis

Documentation

makeSelfContained :: PandocMonad m => String -> m String Source #

Convert HTML into self-contained HTML, incorporating images, scripts, and CSS using data: URIs.