pandoc-2.0.5: Conversion between markup formats

CopyrightCopyright © 2017 Albert Krewinkel
LicenseGNU GPL, version 2 or above
MaintainerAlbert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Stabilityalpha
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Lua

Contents

Description

Pandoc lua utils.

Synopsis

Documentation

data LuaPackageParams Source #

Parameters used to create lua packages/modules.

pushPandocModule :: Maybe FilePath -> Lua NumResults Source #

Push the "pandoc" on the lua stack. Requires the list module to be loaded.

Orphan instances