aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Module
AgeCommit message (Expand)AuthorFilesLines
2019-05-04Lua: add `pandoc.system` module (#5468)Albert Krewinkel1-0/+34
2019-03-01Remove license boilerplate.John MacFarlane3-51/+0
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel3-3/+3
2019-02-16T.P.Lua: get CommonState from Lua globalAlbert Krewinkel1-25/+41
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel3-6/+6
2018-11-19Lua filters: test AST object equality via HaskellAlbert Krewinkel1-3/+15
2018-11-17Lua Utils module: improve stringifyAlbert Krewinkel1-2/+9
2018-09-24Use hslua v1.0.0Albert Krewinkel3-27/+27
2018-08-12Lua: cleanup Lua utils, remove unused functions.Albert Krewinkel1-4/+5
2018-07-30Lua Utils module: add function blocks_to_inlines (#4799)Albert Krewinkel1-0/+10
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane3-0/+6
2018-01-23Lua filters: store constructors in registryAlbert Krewinkel1-1/+1
2018-01-15Renaming: Json -> JSON in modules and functions.John MacFarlane1-5/+5
2018-01-13Lua modules: add function pandoc.utils.run_json_filterAlbert Krewinkel1-3/+26
2018-01-05Update copyright notices to include 2018Albert Krewinkel3-6/+6
2018-01-04Use hslua utils where possibleAlbert Krewinkel3-17/+16
2018-01-01Lua.Module.Utils: make stringify work on MetaValues.John MacFarlane1-1/+4
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel1-7/+12
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel1-2/+10
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-21Lua modules: added pandoc.utils moduleAlbert Krewinkel2-8/+50
2017-12-21Lua modules: make a Haskell module for each Lua moduleAlbert Krewinkel2-72/+110
2017-12-21Lua modules: move to dedicated submoduleAlbert Krewinkel1-0/+213