summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Custom.hs
AgeCommit message (Expand)Author
2022-09-30[API Change] Remove modules T.P.Writers.Custom and T.P.Readers.Custom.Albert Krewinkel
2022-09-27Fix small whitespace things.John MacFarlane
2022-09-20Add T.P.Lua.Reader, T.P.Lua.Writer.John MacFarlane
2022-06-10Allow placing custom readers and writers in data subdir (#8112)Albert Krewinkel
2022-02-07Custom writer: produce stacktrace if Writer function failsAlbert Krewinkel
2022-02-06Custom writer: support new-style Writer function.Albert Krewinkel
2022-02-06Lua: move custom writer code into Lua hierarchy.Albert Krewinkel
2022-01-29Custom writer: preserve order of element attributesAlbert Krewinkel
2022-01-29Switch to hslua-2.1Albert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2022-01-02Lua writer: allow variables to be set via second return value of `Doc`Albert Krewinkel
2022-01-02Lua writer: provide global `PANDOC_WRITER_OPTIONS`Albert Krewinkel
2021-10-22Switch to hslua-2.0Albert Krewinkel
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-08-24Lua subsystem and custom writers: generalize types from PandocIO...John 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