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