aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
AgeCommit message (Expand)Author
2018-07-30Lua Utils module: add function blocks_to_inlines (#4799)Albert Krewinkel
2018-07-02Spellcheck commentsAlexander Krotov
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-02-24Lua: register script name in global variableAlbert Krewinkel
2018-01-23Lua filters: store constructors in registryAlbert Krewinkel
2018-01-23Lua: move getTag from StackInstances to UtilAlbert Krewinkel
2018-01-19hlint code improvements.John MacFarlane
2018-01-15Renaming: Json -> JSON in modules and functions.John MacFarlane
2018-01-15Merge pull request #4227 from tarleb/lua-run-json-filterJohn MacFarlane
2018-01-13Lua modules: add function pandoc.utils.run_json_filterAlbert Krewinkel
2018-01-12Lua filters: improve error messagesAlbert Krewinkel
2018-01-12Lua filters: make PANDOC_READER_OPTIONS availableAlbert Krewinkel
2018-01-07Lua: make pandoc-types version available as PANDOC_API_VERSIONAlbert Krewinkel
2018-01-07Lua: make pandoc version available as PANDOC_VERSIONAlbert Krewinkel
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2018-01-05data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel
2018-01-04Use hslua utils where possibleAlbert Krewinkel
2018-01-01Lua.Module.Utils: make stringify work on MetaValues.John MacFarlane
2017-12-29data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel
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-22Lua.Util: avoid altering the stack if peeking failsAlbert 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
2017-12-20Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel
2017-12-18Lua filters: perform minor code clean-upAlbert Krewinkel
2017-12-13Custom writer: use init file to setup Lua interpreterAlbert Krewinkel
2017-12-10Lua filters: fix package loading for Lua 5.1Albert Krewinkel
2017-12-06Lua filters: use script to initialize the interpreterAlbert Krewinkel
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel
2017-12-01Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel
2017-12-01List.lua: add missing fixes as discussed in #4099Albert Krewinkel
2017-11-28Add basic lua List module (#4099)Albert Krewinkel
2017-11-11Functor instance to fix ghc 7.8 warning.2.0.2John MacFarlane
2017-11-11Add lua filter functions to walk inline and block elements.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-26update years in copyrightKolen Cheung
2017-10-05Use hslua v0.9.0Albert Krewinkel
2017-10-03pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel
2017-10-03Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel
2017-10-01Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.John MacFarlane
2017-10-01Lua: move sha1 from pandoc.mediabag to pandoc.John MacFarlane
2017-09-30Lua: use sha1 instead of hashname.John MacFarlane
2017-09-30Lua: make fetch return mime type first and then content.John MacFarlane
2017-09-30Lua: simply mediabag module.John MacFarlane