aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Custom.hs
AgeCommit message (Expand)Author
2021-03-15Removed more unnecessary imports.bespoke-preludeJohn MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane
2019-08-25Use new doctemplates, doclayout.John MacFarlane
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-07-23Templates: Change type of renderTemplate'.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-10-28T.P.Lua: expose more useful internals (API change)Albert Krewinkel
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel
2018-10-26Text.Pandoc.Lua: move globals handling to separate moduleAlbert Krewinkel
2018-10-14Custom writer: provide PANDOC_DOCUMENT instead of Setup functionAlbert Krewinkel
2018-10-13Custom writer: give full access to doc in optional Setup function (#4967)Albert Krewinkel
2018-10-01Lua filters: report traceback when an error occursAlbert Krewinkel
2018-09-24Use hslua v1.0.0Albert Krewinkel
2018-08-12Lua: cleanup Lua utils, remove unused functions.Albert Krewinkel
2018-05-16Custom writer: fix error message on script failureAlbert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-02-24Lua: register script name in global variableAlbert Krewinkel
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-27Fix regression of DefinitionLists in custom writerAlbert Krewinkel
2017-12-27Fix custom writer regressionAlbert Krewinkel
2017-12-13Custom writer: use init file to setup Lua interpreterAlbert Krewinkel
2017-12-13Custom writer: define instances for newtype wrapperAlbert Krewinkel
2017-10-29hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-08-16Update to hslua-0.8.0Albert Krewinkel
2017-08-13Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel
2017-03-28Custom writer: remove old preprocesesor conditionalsAlbert Krewinkel
2017-03-24Ensure compatibility with hslua 0.5.*Albert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel
2016-02-05Custom writer: Pass attributes parameter to CaptionedImage.John MacFarlane
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane