aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Filter.hs
AgeCommit message (Expand)AuthorFilesLines
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