aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
AgeCommit message (Expand)Author
2020-07-25Lua filters: make attr argument optional in Table constructorAlbert Krewinkel
2020-05-12Lua: fix regression in package searcherAlbert Krewinkel
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel
2020-04-15Lua: support new tablesAlbert Krewinkel
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-03-13Lua marshalling: Remove unused language extensionsAlbert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel
2020-01-04Added a needed pragma.John MacFarlane
2020-01-04Add type annotations to assist ghci.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-08-16Lua: improve function documentationsAlbert Krewinkel
2019-08-16Lua: traverse nested blocks and inlines in correct orderAlbert Krewinkel
2019-08-16Lua: add module for AST element sequence traversalAlbert Krewinkel
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland
2019-06-23Update Lua function names in pandoc.systemniszet
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel
2019-05-29pandoc.mediabag module: add function `delete`Albert Krewinkel
2019-05-29pandoc.mediabag module: add function `empty`Albert Krewinkel
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel
2019-05-29Lua Version type: shorten "version too old" messageAlbert Krewinkel
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel
2019-05-04Lua: add `pandoc.system` module (#5468)Albert Krewinkel
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel
2019-02-16T.P.Lua: get CommonState from Lua globalAlbert Krewinkel
2019-02-09Lua filters: load module `pandoc` before calling `init.lua` (#5287)Albert Krewinkel
2019-02-09T.P.Lua: properly indent module-loading errorAlbert Krewinkel
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-11-19Lua filters: test AST object equality via HaskellAlbert Krewinkel
2018-11-17Lua Utils module: improve stringifyAlbert Krewinkel
2018-10-28T.P.Lua: expose more useful internals (API change)Albert Krewinkel
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel
2018-10-26Text.Pandoc.Lua: move globals handling to separate moduleAlbert Krewinkel
2018-10-25Lua: allow access to pandoc state (#5015)Albert Krewinkel
2018-10-15Lua filters: rename ReaderOptions fields, use snake_caseAlbert Krewinkel
2018-10-13Lua filter internals: push Shared.Element as userdataAlbert Krewinkel