pandoc/test/lua/module
Albert Krewinkel fb54f3d679
API change: use PandocError for exceptions in Lua subsystem
The PandocError type is used throughout the Lua subsystem, all Lua
functions throw an exception of this type if an error occurs. The
`LuaException` type is removed and no longer exported from
`Text.Pandoc.Lua`. In its place, a new constructor `PandocLuaError` is
added to PandocError.
2020-04-17 21:52:48 +02:00
..
pandoc-list.lua Lua: add methods insert, remove, and sort to pandoc.List 2020-01-11 21:31:20 +01:00
pandoc-mediabag.lua Lua modules: test pandoc.mediabag 2019-05-30 08:44:40 +02:00
pandoc-types.lua API change: use PandocError for exceptions in Lua subsystem 2020-04-17 21:52:48 +02:00
pandoc-utils.lua Replace Element and makeHierarchical with makeSections. 2019-09-08 22:20:19 -07:00
pandoc.lua Lua filters: allow passing of HTML-like tables instead of Attr (#5750) 2019-09-15 12:11:58 -07:00