summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Custom.hs
Commit message (Expand)AuthorAge
* 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