summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel2018-01-05
* Use hslua utils where possibleAlbert Krewinkel2018-01-04
* Lua.Module.Utils: make stringify work on MetaValues.John MacFarlane2018-01-01
* data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel2017-12-29
* Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel2017-12-23
* Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel2017-12-23
* Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel2017-12-23
* Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel2017-12-22
* Lua.Util: avoid altering the stack if peeking failsAlbert Krewinkel2017-12-22
* Lua modules: added pandoc.utils moduleAlbert Krewinkel2017-12-21
* Lua modules: make a Haskell module for each Lua moduleAlbert Krewinkel2017-12-21
* Lua modules: move to dedicated submoduleAlbert Krewinkel2017-12-21
* Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel2017-12-20
* Lua filters: perform minor code clean-upAlbert Krewinkel2017-12-18
* Custom writer: use init file to setup Lua interpreterAlbert Krewinkel2017-12-13
* Lua filters: fix package loading for Lua 5.1Albert Krewinkel2017-12-10
* Lua filters: use script to initialize the interpreterAlbert Krewinkel2017-12-06
* Lua filters: refactor lua module handlingAlbert Krewinkel2017-12-02
* Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel2017-12-01
* List.lua: add missing fixes as discussed in #4099Albert Krewinkel2017-12-01
* Add basic lua List module (#4099)Albert Krewinkel2017-11-28
* Functor instance to fix ghc 7.8 warning.John MacFarlane2017-11-11
* Add lua filter functions to walk inline and block elements.John MacFarlane2017-11-11
* hlint suggestions.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* update years in copyrightKolen Cheung2017-10-26
* Use hslua v0.9.0Albert Krewinkel2017-10-05
* pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel2017-10-03
* Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel2017-10-03
* Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.John MacFarlane2017-10-01
* Lua: move sha1 from pandoc.mediabag to pandoc.John MacFarlane2017-10-01
* Lua: use sha1 instead of hashname.John MacFarlane2017-09-30
* Lua: make fetch return mime type first and then content.John MacFarlane2017-09-30
* Lua: simply mediabag module.John MacFarlane2017-09-30
* Lua: make lua.mediabag.fetch return filename and mime type.John MacFarlane2017-09-30
* Lua filters: make sure whole CommonState is passed through...John MacFarlane2017-09-30
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel2017-09-30
* Allow lua filters to return lists of elementsAlbert Krewinkel2017-09-24
* Update to hslua-0.8.0Albert Krewinkel2017-08-16
* Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel2017-08-13
* Text.Pandoc.Lua: Optimize performance by using raw table accessAlbert Krewinkel2017-08-13
* Use hslua >= 0.7, update Lua codeAlbert Krewinkel2017-08-13
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29
* Readers.getReader, Writers.getWriter API change.John MacFarlane2017-06-24
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Improve code style in lua and org modulesAlbert Krewinkel2017-06-03
* Update dates in copyright noticesAlbert Krewinkel2017-05-13