summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Custom.hs
Commit message (Expand)AuthorAge
* Fix regression of DefinitionLists in custom writerAlbert Krewinkel2017-12-27
* Fix custom writer regressionAlbert Krewinkel2017-12-27
* Custom writer: use init file to setup Lua interpreterAlbert Krewinkel2017-12-13
* Custom writer: define instances for newtype wrapperAlbert Krewinkel2017-12-13
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Update to hslua-0.8.0Albert Krewinkel2017-08-16
* Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel2017-08-13
* Use hslua >= 0.7, update Lua codeAlbert Krewinkel2017-08-13
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Avoid repeating StackValue instances definitionsAlbert Krewinkel2017-04-14
* Extract lua helper functions into Lua.Util moduleAlbert Krewinkel2017-04-14
* Custom writer: remove old preprocesesor conditionalsAlbert Krewinkel2017-03-28
* Ensure compatibility with hslua 0.5.*Albert Krewinkel2017-03-24
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Custom writer: Pass attributes parameter to CaptionedImage.John MacFarlane2016-02-05
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* Custom writer: fixed some compiler warnings for ghc < 7.10.John MacFarlane2015-05-31
* Allow building with hslua 0.4.John MacFarlane2015-05-31
* Deal with deprecation warning in Custom.John MacFarlane2015-05-05
* Merge pull request #2112 from lierdakil/issue2101John MacFarlane2015-04-26
|\
| * Custom Writer: Set foreign encoding to UTF-8Nikolay Yakimov2015-04-26
* | Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
|/
* Custom writer: use UTF-8 aware bytestring conversion.John MacFarlane2015-04-21
* Custom writer: Raise `PandocLuaException` instead of using 'error'.John MacFarlane2015-01-18
* Custom writer: raise error if loadstring returns an error status.John MacFarlane2015-01-18
* Remove unused import.John MacFarlane2014-07-16
* Custom writers now work with `--template`.John MacFarlane2014-07-16
* Made Citation information available in lua custom writer.John MacFarlane2014-07-16
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Correctly handle UTF-8 in custom lua scripts. Closes #1189.John MacFarlane2014-04-04
* Custom writer: read lua script as UTF-8.John MacFarlane2014-04-04
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Added support for MetaBool.John MacFarlane2013-08-06
* Custom writer: Pass full metadata, not just tit/auth/date.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane2013-04-14