aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
AgeCommit message (Expand)AuthorFilesLines
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel2-8/+39
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel2-2/+14
2017-12-23Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel1-1/+9
2017-12-22Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel1-6/+35
2017-12-22Lua.Util: avoid altering the stack if peeking failsAlbert Krewinkel1-4/+12
2017-12-21Lua modules: added pandoc.utils moduleAlbert Krewinkel3-8/+52
2017-12-21Lua modules: make a Haskell module for each Lua moduleAlbert Krewinkel3-74/+112
2017-12-21Lua modules: move to dedicated submoduleAlbert Krewinkel3-33/+32
2017-12-20Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel2-31/+77
2017-12-18Lua filters: perform minor code clean-upAlbert Krewinkel2-11/+8
2017-12-13Custom writer: use init file to setup Lua interpreterAlbert Krewinkel1-0/+79
2017-12-10Lua filters: fix package loading for Lua 5.1Albert Krewinkel1-1/+4
2017-12-06Lua filters: use script to initialize the interpreterAlbert Krewinkel1-3/+4
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel3-33/+148
2017-12-01Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel1-7/+5
2017-12-01List.lua: add missing fixes as discussed in #4099Albert Krewinkel1-1/+1
2017-11-28Add basic lua List module (#4099)Albert Krewinkel1-5/+23
2017-11-11Functor instance to fix ghc 7.8 warning.John MacFarlane1-1/+1
2017-11-11Add lua filter functions to walk inline and block elements.John MacFarlane2-1/+189
2017-10-27hlint suggestions.John MacFarlane1-10/+10
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane3-16/+17
2017-10-26update years in copyrightKolen Cheung1-1/+1
2017-10-05Use hslua v0.9.0Albert Krewinkel1-12/+1
2017-10-03pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel1-1/+1
2017-10-03Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel1-14/+10
2017-10-01Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.John MacFarlane1-0/+17
2017-10-01Lua: move sha1 from pandoc.mediabag to pandoc.John MacFarlane1-1/+3
2017-09-30Lua: use sha1 instead of hashname.John MacFarlane1-13/+5
2017-09-30Lua: make fetch return mime type first and then content.John MacFarlane1-1/+1
2017-09-30Lua: simply mediabag module.John MacFarlane1-15/+31
2017-09-30Lua: make lua.mediabag.fetch return filename and mime type.John MacFarlane1-0/+4
2017-09-30Lua filters: make sure whole CommonState is passed through...John MacFarlane1-9/+14
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane1-4/+2
2017-09-30Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel1-14/+111
2017-09-24Allow lua filters to return lists of elementsAlbert Krewinkel1-15/+15
2017-08-16Update to hslua-0.8.0Albert Krewinkel1-2/+12
2017-08-13Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel3-56/+11
2017-08-13Text.Pandoc.Lua: Optimize performance by using raw table accessAlbert Krewinkel2-17/+27
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel5-395/+260
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane1-3/+3
2017-06-29Added parameter for user data directory to runLuaFilter.John MacFarlane1-5/+5
2017-06-24Readers.getReader, Writers.getWriter API change.John MacFarlane1-2/+3
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-2/+3
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel5-32/+28
2017-05-13Update dates in copyright noticesAlbert Krewinkel3-4/+4
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel1-1/+1
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel1-1/+1
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel2-67/+28
2017-04-26Lua filter: allow natural access to meta elementsAlbert Krewinkel1-1/+1
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel1-14/+26