Copyright | Copyright © 2017 Albert Krewinkel |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Stability | alpha |
Safe Haskell | None |
Language | Haskell98 |
Pandoc lua utils.
- data LuaException :: * = LuaException String
- pushPandocModule :: Maybe FilePath -> Lua ()
- runLuaFilter :: Maybe FilePath -> FilePath -> String -> Pandoc -> PandocIO (Either LuaException Pandoc)
Documentation
data LuaException :: * #
Exceptions raised by Lua-related operations.
runLuaFilter :: Maybe FilePath -> FilePath -> String -> Pandoc -> PandocIO (Either LuaException Pandoc) Source #
Orphan instances
FromLuaStack a => FromLuaStack (Identity a) Source # | |