summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua.hs
Commit message (Expand)AuthorAge
* Lua filters: stop exporting pushPandocModuleAlbert Krewinkel2017-12-29
* data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel2017-12-29
* Lua modules: move to dedicated submoduleAlbert Krewinkel2017-12-21
* Custom writer: use init file to setup Lua interpreterAlbert Krewinkel2017-12-13
* Lua filters: drop unused code, language extensionsAlbert Krewinkel2017-12-13
* Lua filters: use script to initialize the interpreterAlbert Krewinkel2017-12-06
* Lua filters: refactor lua module handlingAlbert Krewinkel2017-12-02
* Lua filters: preload text module (#4077)Albert Krewinkel2017-11-18
* Add lua filter functions to walk inline and block elements.John MacFarlane2017-11-11
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* pandoc.lua: throw better error when pipe command failsAlbert Krewinkel2017-10-05
* Lua filters: make sure whole CommonState is passed through...John MacFarlane2017-09-30
* Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel2017-09-30
* Lua filters: set global FORMAT instead of args.John MacFarlane2017-09-26
* Lua: set "arg" instead of "PandocParameters".John MacFarlane2017-09-26
* Allow lua filters to return lists of elementsAlbert Krewinkel2017-09-24
* Text.Pandoc.Lua: fix fallback functions with GHC 7.8Albert Krewinkel2017-08-23
* Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel2017-08-22
* Text.Pandoc.Lua: respect metatable when getting filtersAlbert Krewinkel2017-08-22
* Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel2017-08-13
* Text.Pandoc.Lua: cleanup element walking codeAlbert Krewinkel2017-08-13
* Use hslua >= 0.7, update Lua codeAlbert Krewinkel2017-08-13
* Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29
* Text.Pandoc.Lua: more code simplification.John MacFarlane2017-06-29
* Lua filters: Remove special treatment of Quoted, Math.John MacFarlane2017-06-29
* Text.Pandoc.Lua: refactored to remove duplicated code.John MacFarlane2017-06-29
* Text.Pandoc.Lua: use generics to reduce boilerplate.John MacFarlane2017-06-29
* Text.Pandoc.Lua: catch lua errors in filter functionsAlbert Krewinkel2017-06-27
* Text.Pandoc.Lua: keep element unchanged if filter returns nilAlbert Krewinkel2017-06-27
* Text.Pandoc.Lua: simplify filter function runnerAlbert Krewinkel2017-06-27
* Text.Pandoc.Lua - added DeriveDataTypeable for ghc 7.8.John MacFarlane2017-06-20
* Lua: use registry to store function referencesAlbert Krewinkel2017-06-20
* Lua: apply hslint suggestionsAlbert Krewinkel2017-06-20
* Text.Pandoc.Lua: throw LuaException instead of using 'error'.John MacFarlane2017-06-20
* Improve code style in lua and org modulesAlbert Krewinkel2017-06-03
* Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel2017-04-30
* Lua filter: allow filtering of meta data onlyAlbert Krewinkel2017-04-26
* Lua: drop useless filter function type parameterAlbert Krewinkel2017-04-18
* Lua filter: revert to non-destructuring filtersAlbert Krewinkel2017-04-15
* Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel2017-04-14
* Extract lua helper functions into Lua.Util moduleAlbert Krewinkel2017-04-14
* Lua filter: use destructured functions for block filtersAlbert Krewinkel2017-04-14
* Drop dependency on hslua-aesonAlbert Krewinkel2017-04-14
* Use lua constructors to push meta valuesAlbert Krewinkel2017-04-13
* Lua filter: use destructured functions for inline filtersAlbert Krewinkel2017-04-12
* Lua filter: use custom StackValue Inline instanceAlbert Krewinkel2017-04-11
* Use lua registry instead of named globalsAlbert Krewinkel2017-04-04
* Lua module: add readers submoduleAlbert Krewinkel2017-04-02
* Lua filters (#3514)Albert Krewinkel2017-03-20