aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
AgeCommit message (Expand)Author
2021-08-22Text.Pandoc.Class: add readStdinStrict method to PandocMonad.John MacFarlane
2021-08-22Lua subsystem and custom writers: generalize types from PandocIO...John MacFarlane
2021-06-10Lua utils: fix handling of table headers in `from_simple_table`Albert Krewinkel
2021-05-24MediaBag improvements.John MacFarlane
2021-04-08Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*Albert Krewinkel
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-02-27Lua: use strict evaluation when retrieving AST value from the stackAlbert Krewinkel
2021-02-04Lua filters: use same function names in Haskell and LuaAlbert Krewinkel
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel
2021-01-26Lua: always load built-in Lua scripts from default data-dirAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-12-16Support Lua marshalling of doctemplates BoolVal.John MacFarlane
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
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