hakyllbars-1.0.1.0: A Hakyll compiler for Handlebars-like templates
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hakyllbars.Pandoc

Synopsis

Documentation

pandocCompiler :: Item String -> Compiler (Item String) Source #

Compiles an item using the pandoc renderer with the default options if it isn't already HTML.

pandocCompilerWith :: ReaderOptions -> WriterOptions -> Item String -> Compiler (Item String) Source #

Compiles an item using the pandoc renderer with the given options if it isn't already HTML.