knit-haskell-0.3.0.0: a minimal Rmarkdown sort-of-thing for haskell, by way of Pandoc

Copyright(c) Adam Conner-Sax 2019
LicenseBSD-3-Clause
Maintaineradam_conner_sax@yahoo.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Knit.Report.Input.Html

Contents

Description

Functions and Pandoc option sets for adding Html fragments into a Pandoc document.

Synopsis

Add html formatted as Text

addStrictTextHtml :: (PandocEffects effs, Member ToPandoc effs) => Text -> Sem effs () Source #

Add Strict Text Html to current Pandoc

addLazyTextHtml :: (PandocEffects effs, Member ToPandoc effs) => Text -> Sem effs () Source #

Add Lazy Text Html to current Pandoc

Default Options

htmlReaderOptions :: ReaderOptions Source #

Base Html reader options

htmlReaderOptionsWithHeader :: ReaderOptions Source #

Html reader options for complete document