Copyright | © 2017-2021 Albert Krewinkel John MacFarlane |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Safe Haskell | None |
Language | Haskell2010 |
Helpers to make pandoc's Attr elements usable in Lua, and to get objects back into Haskell.
Synopsis
- typeAttr :: LuaError e => DocumentedType e Attr
- peekAttr :: LuaError e => Peeker e Attr
- pushAttr :: LuaError e => Pusher e Attr
- mkAttr :: LuaError e => DocumentedFunction e
- mkAttributeList :: LuaError e => DocumentedFunction e
Documentation
peekAttr :: LuaError e => Peeker e Attr Source #
Retrieves an Attr
value from a string, a table, or an Attr
userdata object. A string is used as an identifier; a table is either
an HTML-like set of attributes, or a triple containing the
identifier, classes, and attributes.
mkAttributeList :: LuaError e => DocumentedFunction e Source #
Constructor for AttributeList
.