aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Module
AgeCommit message (Expand)Author
2019-11-10Switch the remaining modules to Textdespresc
2019-11-09Switch Process back to String, switch App to Text (partially)despresc
2019-11-08Switch remaining readers to Textdespresc
2019-11-08Switch Filter to Textdespresc
2019-11-08Switch Lua to Textdespresc
2019-11-08Switch Process to Text, add Legacydespresc
2019-11-08Switch Class to Text, add Legacydespresc
2019-11-08Switch MediaBag to Text, change some types, add Legacydespresc
2019-11-08Switch Error to Text, add Legacydespresc
2019-11-08Switch Options to Text, add Legacy, remove redundant imports elsewheredespresc
2019-11-08Switch MIME to Text, add Legacydespresc
2019-11-08Start switch of Shared, add Legacy.Shared moduledespresc
2019-11-08Use the text branch of pandoc-types and texmath, switch to Legacy.*despresc
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-08-16Lua: traverse nested blocks and inlines in correct orderAlbert 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: 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-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-09-24Use hslua v1.0.0Albert Krewinkel
2018-08-12Lua: cleanup Lua utils, remove unused functions.Albert Krewinkel
2018-07-30Lua Utils module: add function blocks_to_inlines (#4799)Albert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-23Lua filters: store constructors in registryAlbert Krewinkel
2018-01-15Renaming: Json -> JSON in modules and functions.John MacFarlane
2018-01-13Lua modules: add function pandoc.utils.run_json_filterAlbert Krewinkel
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2018-01-04Use hslua utils where possibleAlbert Krewinkel
2018-01-01Lua.Module.Utils: make stringify work on MetaValues.John MacFarlane
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel
2017-12-23Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel
2017-12-22Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel
2017-12-21Lua modules: added pandoc.utils moduleAlbert Krewinkel
2017-12-21Lua modules: make a Haskell module for each Lua moduleAlbert Krewinkel
2017-12-21Lua modules: move to dedicated submoduleAlbert Krewinkel