aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Custom.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Switch to hslua-2.0Albert Krewinkel1-72/+82
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+2
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-2/+0
2021-08-24Lua subsystem and custom writers: generalize types from PandocIO...John MacFarlane1-2/+4
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+2
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-18/+9
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-2/+1
2020-04-15Implement the new Table typedespresc1-2/+4
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-6/+7
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-5/+7
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-4/+4
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-7/+4
2019-07-23Templates: Change type of renderTemplate'.John MacFarlane1-1/+1
2019-03-01Remove license boilerplate.John MacFarlane1-17/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-10-28T.P.Lua: expose more useful internals (API change)Albert Krewinkel1-3/+2
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel1-2/+2
2018-10-26Text.Pandoc.Lua: move globals handling to separate moduleAlbert Krewinkel1-30/+8
2018-10-14Custom writer: provide PANDOC_DOCUMENT instead of Setup functionAlbert Krewinkel1-18/+26
2018-10-13Custom writer: give full access to doc in optional Setup function (#4967)Albert Krewinkel1-1/+16
2018-10-01Lua filters: report traceback when an error occursAlbert Krewinkel1-2/+2
2018-09-24Use hslua v1.0.0Albert Krewinkel1-69/+74
2018-08-12Lua: cleanup Lua utils, remove unused functions.Albert Krewinkel1-7/+7
2018-05-16Custom writer: fix error message on script failureAlbert Krewinkel1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-02-24Lua: register script name in global variableAlbert Krewinkel1-1/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-27Fix regression of DefinitionLists in custom writerAlbert Krewinkel1-1/+11
2017-12-27Fix custom writer regressionAlbert Krewinkel1-2/+1
2017-12-13Custom writer: use init file to setup Lua interpreterAlbert Krewinkel1-11/+12
2017-12-13Custom writer: define instances for newtype wrapperAlbert Krewinkel1-69/+57
2017-10-29hlint suggestions.John MacFarlane1-1/+1
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-3/+3
2017-08-16Update to hslua-0.8.0Albert Krewinkel1-0/+6
2017-08-13Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel1-1/+0
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel1-128/+109
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-2/+5
2017-06-11Switched Writer types to use Text.John MacFarlane1-3/+5
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel1-30/+1
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel1-10/+7
2017-03-28Custom writer: remove old preprocesesor conditionalsAlbert Krewinkel1-36/+0
2017-03-24Ensure compatibility with hslua 0.5.*Albert Krewinkel1-1/+2
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-22/+25
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-5/+3
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-0/+2