aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Custom.hs
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-05Custom writer: Pass attributes parameter to CaptionedImage.John MacFarlane1-2/+2
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-4/+6
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-3/+3
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-08-07Updated readers, writers and README for link attributemb211-1/+1
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-2/+2
2015-05-31Custom writer: fixed some compiler warnings for ghc < 7.10.John MacFarlane1-12/+17
2015-05-31Allow building with hslua 0.4.John MacFarlane1-0/+20
2015-05-05Deal with deprecation warning in Custom.John MacFarlane1-2/+10
2015-04-26Merge pull request #2112 from lierdakil/issue2101John MacFarlane1-33/+29
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-26Custom Writer: Set foreign encoding to UTF-8Nikolay Yakimov1-33/+29
2015-04-21Custom writer: use UTF-8 aware bytestring conversion.John MacFarlane1-7/+8
2015-01-18Custom writer: Raise `PandocLuaException` instead of using 'error'.John MacFarlane1-2/+9
2015-01-18Custom writer: raise error if loadstring returns an error status.John MacFarlane1-1/+6