aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Filter.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-09Lua: update to latest pandoc-lua-marshal (0.1.1)Albert Krewinkel1-222/+16
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel1-6/+7
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel1-14/+19
2021-10-22Switch to hslua-2.0Albert Krewinkel1-93/+87
2021-04-08Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*Albert Krewinkel1-0/+2
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane1-1/+2
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-2/+2
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-1/+1
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-7/+13
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel1-29/+68
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-2/+2
2019-08-16Lua: improve function documentationsAlbert Krewinkel1-1/+4
2019-08-16Lua: traverse nested blocks and inlines in correct orderAlbert Krewinkel1-9/+21
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-1/+1
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel1-1/+1
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-4/+4
2018-10-28T.P.Lua: expose more useful internals (API change)Albert Krewinkel1-0/+20
2018-10-01Lua filters: report traceback when an error occursAlbert Krewinkel1-5/+4
2018-09-24Use hslua v1.0.0Albert Krewinkel1-15/+12
2018-09-19Lua filter: cleanup filter execution codeAlbert Krewinkel1-51/+73
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-12Lua filters: improve error messagesAlbert Krewinkel1-2/+6
2017-12-29data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel1-2/+0
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 MacFarlane1-0/+168